Loading Tool

Explorer IconExplorer

Memory Pool

79,028 transactions
29.29 vMB
0.09628923 BTC
Random Selection Loading Transactions
Max Size: 177.00/200 MB

Candidate Block

Mining Attempt f3bb7194f064db7f16f2624ea04f0ff942d341f80482c73db895ce8ee7c0d77a
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 5fbc71a728dfda3ea69a596197ad1b8f7436514d2bc6278016df0c372a2034e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,277
Size: 1.00 vMB
Total Fees: 0.03430536 BTC
Feerates: 150.62 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (521,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,226 393,226 000000000000000002f392cae5b61699e0ce3a28db026b7c66dcf5dee43bbe30 1 0.00/1.00 vMB 0
393,225 393,225 0000000000000000055a04aa2bbcf88b7ec16e354b17b6ceef925303ee6f1768 1,622 0.72/1.00 vMB 36
393,224 393,224 00000000000000000543ffb19fd0c148118ffcca88ef67a05799a7f3d7a58d94 983 0.75/1.00 vMB 19
393,223 393,223 00000000000000000605c67c293b760ee8458071aa2e5cf8608348245e318f11 2,737 1.00/1.00 vMB 46
393,222 393,222 000000000000000000403217cb850ac2d0aab7778d72ad8c38ae57594fb20456 2,413 0.93/1.00 vMB 41
393,221 393,221 000000000000000003ae1fba5c7dc8efaacda587f0cede553125cc0c8a496bec 1,957 0.95/1.00 vMB 26
393,220 393,220 000000000000000007863805dfd37e9e1ee42266f16905f6681ade6d60fd9eb4 2,833 0.93/1.00 vMB 66
393,219 393,219 000000000000000003bd8e0dbf27af31509290b3bde67c24e5684f1e99ea792e 823 0.93/1.00 vMB 22
393,218 393,218 000000000000000000c1c96be69c22308e0842e1aeb9d1f8b2f1b2a24831e4ac 1,341 0.92/1.00 vMB 23
393,217 393,217 00000000000000000602cd3608afeccaf8d60594397fb2300ac0cbacebaa3791 389 0.33/1.00 vMB 18
393,216 393,216 00000000000000000390df7d2bdc06b9fcb260b39e3fb15b4bc9f62572553924 2,082 0.75/1.00 vMB 48
393,215 393,215 0000000000000000028f39f4db501c16f8d6fac69c3078be866f9a144977f387 1,364 0.95/1.00 vMB 22
393,214 393,214 0000000000000000083a8cbad5e280b890f693991301684db1f24b533fcb9a16 1,424 0.75/1.00 vMB 26
393,213 393,213 000000000000000004b86875b3f41236a7ffc70f726bf1364d1ed638193e0ca1 2,995 0.93/1.00 vMB 63
393,212 393,212 0000000000000000078574b20795e47817c287ecb302024514515f4f674c2e54 1,300 1.00/1.00 vMB 25
393,211 393,211 000000000000000008e4ddcb6ad5246a161ca70f8c1e9b8a782f8df6b7887564 833 0.93/1.00 vMB 18
393,210 393,210 000000000000000008b75a8b8e1b6387ce6f4c734ad32f93af3d632b1141c77f 1,555 0.75/1.00 vMB 30
393,209 393,209 000000000000000007d91707493f8a709208131a463763f5eac48a2bc32610c8 1,807 0.99/1.00 vMB 41
393,208 393,208 000000000000000004edaf270080b93dca26b9720b6b4e49a53d4faac69ba1ba 1,535 0.95/1.00 vMB 24
393,207 393,207 0000000000000000051d037e916a63efe6a7b74afc418d50bf4c69044fbbd951 1,492 1.00/1.00 vMB 36
393,206 393,206 000000000000000005849f1d932ef4a461696cd96ec35203c41ce515c3288dbc 1,029 0.52/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.