Loading Tool

Explorer IconExplorer

Memory Pool

37,178 transactions
26.85 vMB
0.06036089 BTC
Random Selection Loading Transactions
Max Size: 136.42/200 MB

Candidate Block

Mining Attempt eb81e1bc86f9083c6384c9bdaec13759cd027804d23350cf21e36e867fce9b91
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root ce57e37e6c1f3d82db8ef45b5f41775268f16ffdc21ac1ab39427da7863a1d16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,918
Size: 1.00 vMB
Total Fees: 0.00999472 BTC
Feerates: 74.79 > 1.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (410,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,088 504,088 0000000000000000007a0fcd383cc9bd4a7727fdf89dfe5593e57d6a4451b097 2,558 1.00/1.00 vMB 522
504,087 504,087 000000000000000000430aefa7443ed00d856ce8c77d9392ca66d0cadca8c05e 2,738 1.00/1.00 vMB 576
504,086 504,086 000000000000000000477ea0d05dca5a26f51bb00d54725002f20a35648969c8 2,654 1.00/1.00 vMB 549
504,085 504,085 0000000000000000003c08e8b627290d6b81d2b7a66f1f2e643db96254ef060c 2,389 1.00/1.00 vMB 445
504,084 504,084 000000000000000000671929c85daf6721d89d734e94d432297ac351e93b7b83 2,868 1.00/1.00 vMB 551
504,083 504,083 00000000000000000051611386f07c2c9c33620e0b363143ac1451606c49f56b 2,603 1.00/1.00 vMB 486
504,082 504,082 000000000000000000071cff02594de45cbbe098392b6e09936ae12e7e7f22fb 2,370 1.00/1.00 vMB 400
504,081 504,081 00000000000000000079e88e8d28ce2e23242ca73b1533599ad7a0312ad0590d 3,003 1.00/1.00 vMB 538
504,080 504,080 0000000000000000003182f09f844c60791db4c04d7cb75ca134ce3d2cd2ca76 2,655 1.00/1.00 vMB 560
504,079 504,079 0000000000000000005bfb2e141d29c6ac55564bf0e456c878783f6521685f5b 1 0.00/1.00 vMB 0
504,078 504,078 00000000000000000078e270f061469f7a1eef59c64232565ad872a6b717d196 1,388 1.00/1.00 vMB 302
504,077 504,077 00000000000000000041eb0d85ab7481e6b454d55541f5785e9d2a804b0b95d4 1,383 1.00/1.00 vMB 305
504,076 504,076 0000000000000000003f28c2d2c629de5d4afa0b573cdeda4d8f4bdeac8744e7 1,713 1.00/1.00 vMB 303
504,075 504,075 0000000000000000002fff5695a8ba65fbced03b312c0bf6d5ac1da373fbcc0c 651 1.00/1.00 vMB 271
504,074 504,074 00000000000000000008b851ecffe14f46d7c3e409a99c1e01632868ca2d9120 2,617 1.00/1.00 vMB 463
504,073 504,073 00000000000000000027ebc59c7d8feeb9acc705b3f748cda98ddf22eb5de064 2,078 1.00/1.00 vMB 443
504,072 504,072 000000000000000000337b16d16d6b0072ccbd042c42a3e7a489fbb84c826e1e 335 1.00/1.00 vMB 217
504,071 504,071 000000000000000000063c7cb935dc43893335369f03bc221569b028d93b08a5 1,977 1.00/1.00 vMB 279
504,070 504,070 0000000000000000002d92fd804f3041693f876a21e76911ecefd952d00b2da0 1,878 1.00/1.00 vMB 430
504,069 504,069 00000000000000000067b9bde9618aec288b9e5827e68884b46622f5c6965415 1 0.00/1.00 vMB 0
504,068 504,068 0000000000000000000b358ddf2ba0acafc29ec7c3ac97dfc7333e54dbd581ad 2,926 1.00/1.00 vMB 481
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.