Loading Tool

Explorer IconExplorer

Memory Pool

79,285 transactions
29.45 vMB
0.08919233 BTC
Random Selection Loading Transactions
Max Size: 178.19/200 MB

Candidate Block

Mining Attempt c2ad6e79c58b3506d86ca5a885308155953ca6190b9bf93e05e8554038c32f17
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 3c09251ecb0c2fdcc0d696866af6660ba022e0a742e0df58e822337edeaa93bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,901
Size: 1.00 vMB
Total Fees: 0.02721923 BTC
Feerates: 301.60 > 2.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (288,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,446 626,446 000000000000000000106ef97dfe2408a245e9aae404844a7b8b238507443ac4 2,502 1.00/1.00 vMB 22
626,445 626,445 00000000000000000010cd299451663461f3fbfd5a15872caa27460b5f9363ab 2,417 1.00/1.00 vMB 23
626,444 626,444 0000000000000000001083e41cd238c3e8905a9e65f3a434ad84b7f1ac1d6df5 2,426 1.00/1.00 vMB 24
626,443 626,443 0000000000000000000f75c35ed29b3517d682266fb84d71581f533e4605c2c9 1,872 0.99/1.00 vMB 15
626,442 626,442 0000000000000000000d5a0623256e38b987a6dbbdd4b9ffb5bbabbe756b5ad9 1,930 1.00/1.00 vMB 21
626,441 626,441 00000000000000000012b4d3986756787ee41599db2f83269dad8dc98d94df17 2,480 1.00/1.00 vMB 24
626,440 626,440 00000000000000000006eaa8b81f3c7f2daf789a3fdf555ea798bba90b6731d7 2,731 1.00/1.00 vMB 14
626,439 626,439 000000000000000000002cad0a42d405774b781383f718b84979f32b486b0d86 2,628 1.00/1.00 vMB 19
626,438 626,438 0000000000000000000512a607c414a0fd194a9d62001fabe3d379e2ef43f3cd 1,341 1.00/1.00 vMB 19
626,437 626,437 0000000000000000000ad095ad1e5e3f83beeb7f1610078ac24c6d4d168491c0 2,735 1.00/1.00 vMB 17
626,436 626,436 000000000000000000070b5afec4bcea77b9fd8e41762891544dc3751f7a3b26 3,122 1.00/1.00 vMB 31
626,435 626,435 0000000000000000000a4764b3fbcac006068a1248ca1c58021e0b29e0be9c82 1,486 1.00/1.00 vMB 18
626,434 626,434 00000000000000000001d7d5ffff238edc8059b6400826dd3b16a811dae1de0a 2,999 1.00/1.00 vMB 20
626,433 626,433 0000000000000000001004c3b0787220183aaf8416b854c4d49ceafa737ab5a2 2,645 1.00/1.00 vMB 23
626,432 626,432 000000000000000000105c4f89151f63342251b44de14881324dc1db13642b97 2,693 1.00/1.00 vMB 23
626,431 626,431 000000000000000000101c9b38c1b626b69b3a28ae94096fcd5a04632fcdbdd0 2,708 1.00/1.00 vMB 19
626,430 626,430 0000000000000000000ddb01f4de95576cebc44ed450b8a42baa12fbd016a07d 2,715 1.00/1.00 vMB 24
626,429 626,429 000000000000000000107c849989a17dac3355487a2606aa6c99a3cc2ff89c03 3,081 1.00/1.00 vMB 32
626,428 626,428 0000000000000000000a9773e203b025819e4228fd7a8636bedc2bea6060f176 3,035 1.00/1.00 vMB 29
626,427 626,427 000000000000000000065db6889a9597a41b0f7745525dd305927dfbfada28b3 2,814 1.00/1.00 vMB 28
626,426 626,426 00000000000000000002553a40ff42acce41f8536e4c6765c3e3c127410ec05b 3,008 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.