Loading Tool

Explorer IconExplorer

Memory Pool

80,063 transactions
30.03 vMB
0.08704391 BTC
Random Selection Loading Transactions
Max Size: 180.09/200 MB

Candidate Block

Mining Attempt c67bff2704cc7f761072f7f96318473f742ecb50fcce2e265300193f48257e82
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 26ecc3a8604cf827457f2d34bf4f89003e49ec72cb3c2ae60684830151116e62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,706
Size: 1.00 vMB
Total Fees: 0.02562140 BTC
Feerates: 301.07 > 2.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (510,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
404,880 404,880 000000000000000004f2a398760b53771946e46d3150bc2d8b01549d4aa1a464 1,251 1.00/1.00 vMB 21
404,879 404,879 000000000000000003dd337ac11d794cd241f201d57c4bfc425c3303b185cab3 1,847 0.99/1.00 vMB 31
404,878 404,878 00000000000000000002dcac49aef05e01233c7a4e26bcfdf30cd0078ece1bdb 1,823 1.00/1.00 vMB 53
404,877 404,877 000000000000000004cca4bd48fddb27b02d86d566c20ad9a61fc195eb718d41 589 0.99/1.00 vMB 52
404,876 404,876 00000000000000000573d3f05e4e5eb42ef3e29416434132efc1a2d0cb933615 1,325 1.00/1.00 vMB 69
404,875 404,875 0000000000000000056d5a72e7ba0c42c4a848ce0df652b96d23c93b906a4aa6 1,980 1.00/1.00 vMB 42
404,874 404,874 0000000000000000018a440437d43283bf2f3c0c3d0fac002fe2da4ab3e59864 454 1.00/1.00 vMB 58
404,873 404,873 0000000000000000025ec09e99bae3f14ed5f9d19ca9d2af03695765feaa01db 1,054 0.92/1.00 vMB 72
404,872 404,872 0000000000000000039c116628fec3be2c5c0844c74cb7dc7f6835d14bf854c6 1,003 0.99/1.00 vMB 24
404,871 404,871 00000000000000000528b0d2df26c8d066c0d4d17c55aaab8983174f95d39c11 1,159 1.00/1.00 vMB 21
404,870 404,870 0000000000000000043cb2c66abe6b478ea5698821a7f3b7052fabfa6c42486c 1,320 1.00/1.00 vMB 28
404,869 404,869 000000000000000003e7ed04a74d23ada3a094c9570398ab108ec9224a29953f 1,611 0.93/1.00 vMB 37
404,868 404,868 000000000000000001728af3e956cac7a21c6f45271e7ad46fe58af093a36790 2,504 1.00/1.00 vMB 49
404,867 404,867 000000000000000005cdb5c461c3282dc15faac1087e1c78dd3aed59bfef570a 1,493 0.93/1.00 vMB 24
404,866 404,866 0000000000000000050775220a74a6ac2b340dd5addfe4df285613c7a41566f9 2,386 1.00/1.00 vMB 57
404,865 404,865 000000000000000001425db5ad60ee566275e8e777c0e1508ad85b4a02909d04 979 0.90/1.00 vMB 76
404,864 404,864 000000000000000001b5172f4e5e1b780032e8929c6e56619f4ff8979ac6d5da 1,667 0.93/1.00 vMB 26
404,863 404,863 0000000000000000019fb39c651c499366f4b13986dcdc741fc3c9567f0ba50c 1,063 1.00/1.00 vMB 54
404,862 404,862 00000000000000000519777d0dbe223013b56fbf704e1acb149e8023bf1b13c6 254 1.00/1.00 vMB 53
404,861 404,861 000000000000000000bfcef6e212f662fae70a46ffc4b639319ac2d0bf8d82f8 1,957 1.00/1.00 vMB 101
404,860 404,860 000000000000000002c64f903a5366e12899a23735a887a25e7117c28d1743c4 1,229 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.