Loading Tool

Explorer IconExplorer

Memory Pool

78,503 transactions
29.66 vMB
0.11545664 BTC
Random Selection Loading Transactions
Max Size: 178.32/200 MB

Candidate Block

Mining Attempt 72111b420a98d05e0d090ca7c346ba2ff7be9962923eb161ecf4034c0da22fa0
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root b5c2853ec0280f4fdcd1ad96a343d53caf6332b5c72d70c1025bb64d29112eaf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,783
Size: 1.00 vMB
Total Fees: 0.03533179 BTC
Feerates: 526.32 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (264,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,524 650,524 0000000000000000000b989a02a8e093c7fdc4b6c1eb816406ad010f5b59fefb 1,997 1.00/1.00 vMB 73
650,523 650,523 00000000000000000003a391010d6377f68d9b5c5ef6e34e327e79483ea86d48 2,619 1.00/1.00 vMB 24
650,522 650,522 0000000000000000000e892867af5f94768b568d0b0a0905edaf521fd796b6e9 1,738 1.00/1.00 vMB 20
650,521 650,521 000000000000000000078ddd62bb053f8d4f83dbece721649b1ebb9f0dc14984 2,505 1.00/1.00 vMB 20
650,520 650,520 0000000000000000000e6151e75f7f6a784d5a528648d50d544a3c71fc33cb00 2,648 1.00/1.00 vMB 42
650,519 650,519 00000000000000000002c85339bfd83d465a748b2402e7a6cc03620fdb7e9345 2,808 1.00/1.00 vMB 57
650,518 650,518 00000000000000000004d809fa0b48d9fd8e6b48eb14c7f4fd639637b122baf0 2,630 1.00/1.00 vMB 38
650,517 650,517 0000000000000000000974f85ab209b8fdb1eeda36053e5e62f57b7c66d0b66f 2,246 1.00/1.00 vMB 37
650,516 650,516 0000000000000000000e7681c76b4d7916494a40ff7437b3ed698ec744989726 1,976 1.00/1.00 vMB 28
650,515 650,515 0000000000000000000dce7d7bdf645e43f317d887d5e1d0ed780054dceeb5e0 1,566 1.00/1.00 vMB 58
650,514 650,514 0000000000000000000212334dc6e2a9be43fd35e27be64bc04a5dbd1ca7de46 2,295 1.00/1.00 vMB 83
650,513 650,513 0000000000000000000e3254534a9f7fca6a123d80c5e34b4ce700a012794f06 2,212 1.00/1.00 vMB 53
650,512 650,512 00000000000000000000eec5e23d3d8f1354332e3790e9310dc50065a7caed33 2,513 1.00/1.00 vMB 35
650,511 650,511 00000000000000000003c1cd255564adf4b8075155e8112f0e686515462de6be 2,257 1.00/1.00 vMB 43
650,510 650,510 000000000000000000029b336a79de012d754eeb3bb283ddeff059d329d601d4 2,967 1.00/1.00 vMB 52
650,509 650,509 00000000000000000000f4b50ce85548a1c32c7434e384e4afcc1cd0c9c4f365 2,947 1.00/1.00 vMB 55
650,508 650,508 00000000000000000005e2bf48f4fbfce819de4d862f844c7560b60f515ebfe0 1,733 1.00/1.00 vMB 62
650,507 650,507 0000000000000000000b6ecda8a24a9920436c929a3f886633a6bc118270708a 2,834 1.00/1.00 vMB 60
650,506 650,506 00000000000000000004b564ad7df952451233e5c8a6cc27ecd65d0f4ded4a2d 2,737 1.00/1.00 vMB 73
650,505 650,505 00000000000000000009a60fcc62d46bf9add7e512a5082fdf450304564f6c55 2,772 1.00/1.00 vMB 72
650,504 650,504 0000000000000000000507c13a876cd53287e90e2e71af10cb9bf949d484ed78 2,679 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.97 GB
    • Received: 17.26 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.