Loading Tool

Explorer IconExplorer

Memory Pool

41,102 transactions
16.57 vMB
0.12881640 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 95.73/200 MB

Candidate Block

Mining Attempt 9cb7d3acd8b19841894a0cc8e7f152adc22d506bd85d209cc10f521b2b296018
Version 20000000
Previous Block 00000000000000000001ae72154b22862419307a132384746352ae1d74cab25b
Merkle Root ae74172fc3d00794c2775f6648bd91537c0155d1fc24f3e36819619958184e31
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,662
Size: 1.00 vMB
Total Fees: 0.04048973 BTC
Median Feerate: 3.62 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,315 (701,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,140 212,140 00000000000002f9b18c6021b895c5d2abf369fd89ff11ef252293f07aa90e54 155 0.05 vMB 7
212,139 212,139 000000000000036d1d89e63df4f7176f811a96e781b6f22013c71392ef534ee6 138 0.09 vMB 93
212,138 212,138 000000000000041e3ce46b7de7ec4b8e7db2da5cf9e2a8a8fa94adc04cc88868 504 0.25 vMB 151
212,137 212,137 0000000000000364188a5ebbc270605141093e33a485f9962a1077b6d812d1e7 472 0.27 vMB 124
212,136 212,136 00000000000003487dcae2c7293f4a79be0b756bf2d4d606ee0ac5d51e33feff 89 0.05 vMB 1
212,135 212,135 0000000000000201f9f223ee04c31f78d016a13b1b02559d21ac1d302f268721 161 0.07 vMB 0
212,134 212,134 000000000000020f739e49b1e2617a11b9e2494d3bbfd20e44c0083fbd2e7076 839 0.25 vMB 265
212,133 212,133 000000000000007439acd5919f2600aeca2021b6052c4650f6a5d771b7f1bcb6 548 0.26 vMB 190
212,132 212,132 0000000000000004c7e39b8214c7c11065746cad1e3ebc2de0a426440fed71e5 846 0.34 vMB 160
212,131 212,131 00000000000001237446576ba995a9c73b4ce746d3deb38b812630be9f622ec5 54 0.03 vMB 61
212,130 212,130 00000000000002da7588362dd16ecfba307eddbc0bfa93de5fad2030b67e2870 86 0.05 vMB 83
212,129 212,129 0000000000000016ac6e6378ebd01e7ed06c020d91e65daeb2ae411b14b0031f 96 0.05 vMB 95
212,128 212,128 000000000000006b22cc86b3eda9067f0f274ffaae5762227f17538833f1c07a 96 0.04 vMB 83
212,127 212,127 00000000000004d2f17b13d9483257ed0896718b79e091252efed6f5270b1469 170 0.20 vMB 77
212,126 212,126 000000000000049ef6f130a48f01f1eb9940adf0824645099ad2e9779c769105 290 0.12 vMB 133
212,125 212,125 00000000000000ada4e774119902167ddf2b0970129668639db0e0a8e83663ed 737 0.25 vMB 200
212,124 212,124 00000000000004aac796ab3acb7e8997f8abe85356679bc43be0faa05d29eb41 366 0.11 vMB 188
212,123 212,123 000000000000006e1cf5ae1832f5a36d7ba07b6b42bacef2ca738ade484a91bc 372 0.12 vMB 212
212,122 212,122 00000000000004324ed7228cefe2656de8cd3e70ed812b5eea5c4a0b8036fe4d 89 0.04 vMB 148
212,121 212,121 00000000000000e940e8c01534d5458f8ec1df03d647a1c3910eefdb9c366ffb 455 0.12 vMB 189
212,120 212,120 00000000000002d7d8fa6ef9361b89ad9440c5feed5c0f55cd74f185f8e6b14a 575 0.25 vMB 178
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 83
    • Outgoing: 10
  • Data Transfer:
    • Sent: 92.79 GB
    • Received: 0.41 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.