Loading Tool

Explorer IconExplorer

Memory Pool

45,561 transactions
27.49 vMB
0.11011404 BTC
Random Selection Loading Transactions
Max Size: 143.88/200 MB

Candidate Block

Mining Attempt 81aecd9d1bf4f78c3203939cce87bdbed6600f27c213e31de6a79f26a414f9f4
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 8e0b2d8c212c31ff7cba51fd8ad855ad33531fb0182f8ddf60b6d0cf208df1ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.05012725 BTC
Feerates: 151.01 > 5.02 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (254,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,587 660,587 0000000000000000000a8462ac765619f07ccf264a04a8fdd0ee228063654839 1,333 1.00/1.00 vMB 17
660,586 660,586 0000000000000000000e3661e17626cf9eca7c867df5cb4df6b1266886ad14a1 2,015 1.00/1.00 vMB 36
660,585 660,585 0000000000000000000ea57a2734654cad432f205e3d0a45dd004f31d5b0af63 899 1.00/1.00 vMB 11
660,584 660,584 0000000000000000000997f1876beda528e16bc6b178cf6c36e0b3a574ffe77a 1,107 1.00/1.00 vMB 6
660,583 660,583 000000000000000000084bfa7702755c46d0551fa0ac800f9634b87a9463978f 2,111 1.00/1.00 vMB 20
660,582 660,582 00000000000000000003d3265eeb2b06d201afe2c949ea60ef7832e1833a7038 2,251 1.00/1.00 vMB 18
660,581 660,581 00000000000000000003d694a516999efc83eb365f298f612d8d0bdb8d9919ac 2,298 1.00/1.00 vMB 23
660,580 660,580 0000000000000000000260b5961109b2e7be7a844cd6b2ed1bfdefdee88ae58a 2,018 1.00/1.00 vMB 36
660,579 660,579 000000000000000000098b145b645bef56ac93a207775d46438f4d761b01a609 2,696 1.00/1.00 vMB 51
660,578 660,578 00000000000000000009e221358b9badc9a51811dc4c9139f871054713976154 2,559 1.00/1.00 vMB 66
660,577 660,577 00000000000000000000c4ab79de22fdcf95d63193fa091105e2662869cc56ae 2,047 1.00/1.00 vMB 82
660,576 660,576 0000000000000000000e0de0e7836a71c4a7b430f3b4165317d01c21767b3a36 1,428 1.00/1.00 vMB 17
660,575 660,575 00000000000000000006840989a7eed580d7dcfc7635fb43f484a16c8e1b2a6b 1,991 1.00/1.00 vMB 30
660,574 660,574 0000000000000000000b4e0a500c7b74e90c10c6c5732fac27862d35d41bfac8 1,626 1.00/1.00 vMB 24
660,573 660,573 0000000000000000000217854bdbaad037661fa56e7cc0695023b4e1d8d9636a 2,298 1.00/1.00 vMB 47
660,572 660,572 00000000000000000007a76a379dc104adf69cc73b38072c71252f57bda1c717 1,200 1.00/1.00 vMB 13
660,571 660,571 000000000000000000054fe2e39f6782a2cb217770eaf1c0a0d8b920a8e46910 2,068 1.00/1.00 vMB 14
660,570 660,570 0000000000000000000db149446fe9e9720d6a41d814166cf32afdf5935dfed5 1,775 1.00/1.00 vMB 18
660,569 660,569 000000000000000000010addae3683ec93a73769897f40a99f701d1dbc998e6b 2,127 1.00/1.00 vMB 35
660,568 660,568 00000000000000000008119ffb7c735146b58106a193c142214199b51fd5fdea 1,504 1.00/1.00 vMB 29
660,567 660,567 0000000000000000000917eca66ba1dd36b6931ce65431e9479aef09df5a93c3 2,700 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.