Loading Tool

Explorer IconExplorer

Memory Pool

44,442 transactions
27.23 vMB
0.07723835 BTC
Random Selection Loading Transactions
Max Size: 143.72/200 MB

Candidate Block

Mining Attempt 39bad1a1eb7257f55c0c8d79c9273d07cb671039c5e838dfa24381ba481c10ac
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root 7c5350298518879ab8e7a1502edebca786503cb9d32f30f6cecf3a021f66618b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,045
Size: 1.00 vMB
Total Fees: 0.02653655 BTC
Feerates: 200.83 > 2.66 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (423,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,896 490,896 0000000000000000004512cf223195e125512874b08a7f8a5ebd757ed21e9183 2,303 0.95/1.00 vMB 181
490,895 490,895 000000000000000000121818afc500facdc8a8dda8959f399daab0638f89c92d 2,811 1.00/1.00 vMB 65
490,894 490,894 00000000000000000019d18aed2d52d50b4396870595d11fd5805a8aeb1237bb 2,348 1.00/1.00 vMB 66
490,893 490,893 0000000000000000004d2442780ac3dc7f7e92ca8e5ebe18d669de24abc9b941 2,347 1.00/1.00 vMB 137
490,892 490,892 00000000000000000051fed3afa7f0ef7869f26c3bb5240495aaaa09ffefb44e 1,452 1.00/1.00 vMB 269
490,891 490,891 000000000000000000db06a7f5802acfd54ae6d60953902e47e2f121934e3b1f 2,360 1.00/1.00 vMB 77
490,890 490,890 0000000000000000007a346dfb659675bb43287c41f6ce5f29740e4ca751b85e 2,484 1.00/1.00 vMB 76
490,889 490,889 000000000000000000bef5f77df0df8919e6d676608c05fe997b841e9d19ed8d 2,732 0.88/1.00 vMB 106
490,888 490,888 00000000000000000014981d0ad687b4ce5f91aba1f469999e764e0112daba3e 2,706 1.00/1.00 vMB 111
490,887 490,887 0000000000000000004d403871461363ac8175eeb478f327831cf500ff2989bc 1,612 0.88/1.00 vMB 101
490,886 490,886 0000000000000000007214def31a47d7aba4eae41608ea37cd69c8a253e0a8c1 2,290 0.91/1.00 vMB 161
490,885 490,885 0000000000000000000f7de08875d3695728027e1bb27bafadb1dbeaa4aaebc1 2,324 1.00/1.00 vMB 166
490,884 490,884 000000000000000000500b4dc81cd450a1549ac52239a33f93226900be405e43 2,148 1.00/1.00 vMB 143
490,883 490,883 000000000000000000b9243d6291afba3b2c6933bd65d3d2dd0d9cdd7a96cef3 2,667 1.00/1.00 vMB 106
490,882 490,882 0000000000000000005d6c95c65010770e4b6c26960efb37cde6467989abc1b0 2,495 1.00/1.00 vMB 141
490,881 490,881 000000000000000000a6ec69c87b83fe40a4c798d88ed4e2a9b52dfc9e03883c 2,475 1.00/1.00 vMB 160
490,880 490,880 00000000000000000031b5cb54e516b98a068aa24f720acc452a9d3957868b23 1,722 1.00/1.00 vMB 181
490,879 490,879 0000000000000000000ec1928c20f0aee52a29606fe500da82fb0b5d8d36f2b1 2,319 1.00/1.00 vMB 156
490,878 490,878 0000000000000000001da30a1a16f3261d07d5b77f9d6f9da5992b508b48232f 1,849 1.00/1.00 vMB 272
490,877 490,877 00000000000000000024ddb543b7fcf7d68d6cc126dd2a66195d5c562b3c2382 2,998 1.00/1.00 vMB 106
490,876 490,876 00000000000000000008385c781a79d0c5bafbb77f7f8ea9063b0c3526b1c670 2,199 1.00/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.03 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: 650.40 GB
    • Received: 13.27 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.