Loading Tool

Explorer IconExplorer

Memory Pool

35,593 transactions
28.73 vMB
0.11957200 BTC
Random Selection Loading Transactions
Max Size: 143.02/200 MB

Candidate Block

Mining Attempt d49f6038b7b229221b0a49ea7f191f46944b3288957e385c5e9e289d8f6ff2a6
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root b331c7d411b1ea19db016eaf3de20dde35fc2180403d3eac20ac6d97281cae2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,303
Size: 1.00 vMB
Total Fees: 0.06326429 BTC
Feerates: 101.65 > 6.34 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (695,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,977 218,977 0000000000000523a6dc3b5330639370e12cab35cd2592c58a4a1c9d64ee7267 11 0.00/1.00 vMB 150
218,976 218,976 00000000000002519c2133ae6e6d1e081f177c02d837e68c8732ebdf6798833f 404 0.16/1.00 vMB 203
218,975 218,975 000000000000035e54a73078918279a21176010803f1288d01250674d4a0d638 171 0.09/1.00 vMB 129
218,974 218,974 0000000000000476dd556f262a81b060e6f45aa953052b9c787e81d40c3972b8 302 0.13/1.00 vMB 171
218,973 218,973 00000000000001c349b71facd0ed1565e30d78cb18cfb588f1207dbe51c85d06 380 0.18/1.00 vMB 269
218,972 218,972 0000000000000088f7001fc30da8aec083e2f0f66386ad11dd7ed2df282c852c 351 0.15/1.00 vMB 223
218,971 218,971 00000000000000324d3852c0edb6a1f8e25ba9c7f34ea5883e2bf1ac61cced18 346 0.22/1.00 vMB 140
218,970 218,970 00000000000003fe1f7e9893b15045d3e92057f9118f828f1c9ad4257dda5f32 355 0.23/1.00 vMB 125
218,969 218,969 000000000000000c3e6e7bc76ddd4c19e6edf7b79cd187cb557240bee2f2402c 815 0.25/1.00 vMB 287
218,968 218,968 00000000000004cad275c7f5c1f91bdcc10965963da3c1bd898b3a3bd6b6642d 333 0.16/1.00 vMB 95
218,967 218,967 0000000000000396df81411ed4b8b6525a93976c0e12eac00cc74f3dbacb87aa 154 0.05/1.00 vMB 391
218,966 218,966 00000000000004697afb8d76f4f9a63c2b972ecc69e0fcf5bc54312cd97849df 478 0.23/1.00 vMB 112
218,965 218,965 00000000000001515269b73f78c8b28df196f6f02d273c8953a941075b7579a9 6 0.00/1.00 vMB 14
218,964 218,964 000000000000034b54a7289452c0d2ad4872c71ecbd2dc8535bbc3ab047e3fc9 93 0.05/1.00 vMB 100
218,963 218,963 00000000000003bc6898a1636fb3db7756bbc9b17751bb1fb7cbfbdfe08c32ed 29 0.02/1.00 vMB 149
218,962 218,962 000000000000031ab241aa0af0ba6d90fb415d07a3dc20498adacfa9aa067855 241 0.11/1.00 vMB 235
218,961 218,961 00000000000000446f95a00ba69af705f46df5bebc95e3df86359858dde24790 614 0.26/1.00 vMB 211
218,960 218,960 0000000000000261beb329b865e0272e9d248b3bfe8f59d3c1580feccdcc29b2 90 0.03/1.00 vMB 542
218,959 218,959 00000000000004b83ea153f8bf918028766312857d0fc028661a94a479bda949 244 0.10/1.00 vMB 45
218,958 218,958 000000000000006c2f3a1eaa8c6e4254fbc55de725282db5df01090a7b6d1ae5 599 0.25/1.00 vMB 222
218,957 218,957 00000000000004dbb9e33ceb52d763526d5e58e4f7f0d95545d5eb7dc8aa921a 256 0.08/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 781.54 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: 617.26 GB
    • Received: 11.18 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.