Loading Tool

Explorer IconExplorer

Memory Pool

82,628 transactions
30.82 vMB
0.08667261 BTC
Random Selection Loading Transactions
Max Size: 188.59/200 MB

Candidate Block

Mining Attempt 1977b27f2f473a4f62dd5ac695d8dcc0159e4a8fe49f6b5bb3d3a58c119661bc
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 186b3abfe38e62d55b5dfc233d55b67a04956501d2f0fcb4277c130ab7715e26
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,659
Size: 1.00 vMB
Total Fees: 0.01656941 BTC
Feerates: 114.09 > 1.66 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (480,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,837 434,837 000000000000000003eba480973af0afad13c4192b964f0557542d4b3940dc13 992 0.42/1.00 vMB 65
434,836 434,836 00000000000000000431e0e0d23149d45a701687a4908fdc22e953e72f786dd4 1,232 0.50/1.00 vMB 76
434,835 434,835 000000000000000003196b368fdaf60736ebc1933738242c94eb6b37dde4a852 296 0.16/1.00 vMB 67
434,834 434,834 0000000000000000037da833efbf99912b1a96ab782f681f37a9f28d35b9c747 1,262 0.96/1.00 vMB 44
434,833 434,833 0000000000000000007e8f8a7c3795a060fa0c95cc7313430e49ed47fe81df71 207 1.00/1.00 vMB 54
434,832 434,832 000000000000000000e21d9468d79ed57e57fc0b6e4b0431e7f3c0e5384f19bf 2,086 0.75/1.00 vMB 77
434,831 434,831 000000000000000003e94dc7379fb73e6fc84b3b1fd2163f3e5b7df9e6a2c4d0 1,770 0.69/1.00 vMB 68
434,830 434,830 0000000000000000034cf1f3f1d13de4354bc9e49cfcd74585e43269a772a07c 549 0.20/1.00 vMB 77
434,829 434,829 0000000000000000028da553817a01174be036d9d880630280e1bc822c5b8d4a 1,431 0.60/1.00 vMB 68
434,828 434,828 000000000000000000dffdcb939fe55a62509a70f9015cd18291ef7719911fd1 87 0.04/1.00 vMB 66
434,827 434,827 00000000000000000052fc085b941bdd805320944beb4e64de381f3bb35afc59 2,000 0.99/1.00 vMB 49
434,826 434,826 00000000000000000058b4fbf413ef3c071059b82b335000fea5f15afe2aa91a 2,882 1.00/1.00 vMB 73
434,825 434,825 000000000000000002ee9ab0f17849cbfca4928bce1f3b648bc3db704549e493 1,186 0.53/1.00 vMB 64
434,824 434,824 0000000000000000033a38940d7c66d88c1c7575fa40bb32a61c392ed78d9d5e 528 1.00/1.00 vMB 16
434,823 434,823 0000000000000000003a4a73adf8e80fe6633c3970e148f573fe61e01e778de1 1,060 0.58/1.00 vMB 52
434,822 434,822 0000000000000000006a1bd4362d60938ba000368138a8722e448c7d8e45554c 2,355 1.00/1.00 vMB 65
434,821 434,821 000000000000000002e644b6342e0e575d93300f60c0cf3154f299b72ad10ec3 722 0.30/1.00 vMB 70
434,820 434,820 00000000000000000389d85a9361d64828eae2bd0f19ef0dd572139393058b35 1,588 0.86/1.00 vMB 58
434,819 434,819 000000000000000003b470d4bc082d5f5170e27e253917c811578b2dde41928a 2,368 1.00/1.00 vMB 69
434,818 434,818 0000000000000000035e4106adf31a602f648dbfb2c486126106a8ecf20216a4 1,412 0.63/1.00 vMB 66
434,817 434,817 000000000000000000213717c2ec019674a7f6996c7ca14d87d9c5c12d7b6977 290 0.14/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 783.02 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: 719.29 GB
    • Received: 18.02 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.