Loading Tool

Explorer IconExplorer

Memory Pool

45,019 transactions
27.02 vMB
0.08767581 BTC
Random Selection Loading Transactions
Max Size: 142.38/200 MB

Candidate Block

Mining Attempt d749a1df72e8f66de12e1664eaa96273198eccd1ed18b7d49522fb2266809414
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root 11846ba8f1bc348c3237b3fcfa42dce33badf59f1c76d15728a6b22f1460b384
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,657
Size: 1.00 vMB
Total Fees: 0.03678108 BTC
Feerates: 201.07 > 3.69 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (261,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,984 652,984 000000000000000000027cbcaf9fe2540a2cc0988f479883f7ad08a13cc0b93e 2,331 1.00/1.00 vMB 13
652,983 652,983 0000000000000000000b5e8b11235177697708d9684ec99182b7390f1252d127 2,444 1.00/1.00 vMB 25
652,982 652,982 0000000000000000000536b4404a680bacbcf343b34bd020bfde63ff34921924 2,268 1.00/1.00 vMB 21
652,981 652,981 000000000000000000054f6ae00a8898cefd2b2c1c6545df2a12a39407b23b36 1,958 1.00/1.00 vMB 58
652,980 652,980 00000000000000000003b269670ef3ef4f1f72c1a8a8f2928d28266260dc7aac 2,440 1.00/1.00 vMB 51
652,979 652,979 00000000000000000005ebab877c421b7bb9cad71898cbe66e913b0fef251fb6 2,494 1.00/1.00 vMB 56
652,978 652,978 000000000000000000060b3b17bb241a765ec9a20b8e763ae90192c32f444747 2,722 1.00/1.00 vMB 96
652,977 652,977 000000000000000000056bef278fa5e61cb469240b8c61dcbf28e1432b1045a5 2,197 1.00/1.00 vMB 17
652,976 652,976 00000000000000000009d6d2292843733f8fe905517d32f58b1c53b4c60026b9 2,414 1.00/1.00 vMB 67
652,975 652,975 00000000000000000004039ce9583fc4ed178e2a14752cba5458eb176f9e949c 1,851 1.00/1.00 vMB 21
652,974 652,974 000000000000000000091d2b00ce5d3d0d8b32a077ccf4a22d0dbc083562a3a1 2,278 1.00/1.00 vMB 52
652,973 652,973 0000000000000000000b6cf93352d591396952151359526596df528acd20d257 2,627 1.00/1.00 vMB 79
652,972 652,972 000000000000000000076ec9e5f4ebba0ca777017afa8f8ce2f3480145909f2d 1,870 1.00/1.00 vMB 73
652,971 652,971 00000000000000000000653c40e32dab3d52f291b8e6b880ab5f326f892872dd 2,395 1.00/1.00 vMB 24
652,970 652,970 000000000000000000035ca8ca0950b61a612dd2de1c57de17ff9cc2721d58c0 2,588 1.00/1.00 vMB 21
652,969 652,969 000000000000000000036f30e826f09251035e918723728f13320281e0a1b208 2,307 1.00/1.00 vMB 27
652,968 652,968 00000000000000000002a55aa708f9f0d3f9a795433ab1e2b7b794d9c63dcabb 2,808 1.00/1.00 vMB 69
652,967 652,967 00000000000000000006725e0dafc4d124e3f7d9241881f372c473e2cca0b356 2,864 1.00/1.00 vMB 68
652,966 652,966 000000000000000000049e7209d8a4b56680a42d97ace9853c9105e293dd2bf2 2,510 1.00/1.00 vMB 60
652,965 652,965 00000000000000000007f1c9a9fb5a20a3821cbf2eab79eea10483cc418c5fa3 1,442 1.00/1.00 vMB 10
652,964 652,964 0000000000000000000e20a6edc15e2037488fd1f7a82221b40683fb2bb36a68 2,821 1.00/1.00 vMB 35
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.58 GB
    • Received: 13.95 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.