Loading Tool

Explorer IconExplorer

Memory Pool

30,806 transactions
25.45 vMB
0.06436150 BTC
Random Selection Loading Transactions
Max Size: 125.73/200 MB

Candidate Block

Mining Attempt fd8183f9c778bec8181978ae6ed4d85764d0ddc69503e27efb4c5c08f8e83696
Version 20000000
Previous Block 000000000000000000017869401cddf8699dada97ead2721ddd292f6edd60876
Merkle Root 6e1767a9976a48e0e64f4dbe590e11e0150f20e64494d389e5ca433465d3c1c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,711
Size: 1.00 vMB
Total Fees: 0.01723444 BTC
Feerates: 301.60 > 1.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,190 (760,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,541 153,541 00000000000009ae95ab603155e2a599d9e2f40c8c1f1a27ffbc639a73444e1b 57 0.02/1.00 vMB 137
153,540 153,540 00000000000004aa3c02e695b8f7e781b9010abb4d3f45c792c00845dcd47b7c 12 0.00/1.00 vMB 0
153,539 153,539 000000000000066757a408c1802a5ab90e003352e3c6841c59411f55c94358c8 181 0.05/1.00 vMB 7
153,538 153,538 0000000000000156608f7b7a431f9faa1e897e0bb2dc97ff676270ed47aa0f82 101 0.04/1.00 vMB 115
153,537 153,537 00000000000006ff5f7490c974ae901f59c1762193c016fafc518094d53926d2 3 0.00/1.00 vMB 16
153,536 153,536 0000000000000ba0c518bbfc0c6f1e04172d726bc7f3c4b52aa58e1158a060d9 10 0.01/1.00 vMB 17
153,535 153,535 000000000000055607b243dc40bc9f88a366223244f653a5cc15ae434ddeb222 28 0.01/1.00 vMB 190
153,534 153,534 000000000000019823d8fefcb61ee21b36b82d5301e1ebec0904d344fea5a45a 112 0.03/1.00 vMB 30
153,533 153,533 00000000000003ba664ca636f58dd513487c5cff54da22a6dfa19acc252e06fc 32 0.03/1.00 vMB 78
153,532 153,532 00000000000006dbc9b6dbc7c79732c0faa78edbd3e02c7566faa4b58bbefed8 25 0.01/1.00 vMB 154
153,531 153,531 0000000000000d55ef756c31bdf843f97bba334b301e96aecfb5bde80c284551 6 0.00/1.00 vMB 77
153,530 153,530 0000000000000dcfce3edd80a6d77d24e2b1e7ddaab3d63e0e73c40560a5a612 46 0.01/1.00 vMB 193
153,529 153,529 00000000000002e5c70f911352908b02e2078591c1b829a9c4678eb9b28ae31b 5 0.00/1.00 vMB 142
153,528 153,528 0000000000000c90857e7a2f31b341e401e6ed4fe04f94aed6be1a27bcafdaf3 72 0.03/1.00 vMB 69
153,527 153,527 00000000000008f2ade15360e866366281f1665f9b0a3ea37523e2b49dcc6b62 27 0.02/1.00 vMB 59
153,526 153,526 0000000000000a1a89d6279548ce17ed2de4503e4ca95cdfb3fa8cc52ed6255b 42 0.02/1.00 vMB 8
153,525 153,525 0000000000000a1e21a37f650dc5c0728a13dd892df0d40168ef12bfdc48e7dc 35 0.01/1.00 vMB 22
153,524 153,524 000000000000031fb6d6df470e9970d833a606e057c79c7ae793414428724c87 18 0.01/1.00 vMB 176
153,523 153,523 00000000000006725a8d7a652ae126bff66c04f9398ea8aca21358a03619ea73 17 0.01/1.00 vMB 206
153,522 153,522 0000000000000d40b09d346ead270ab233dc7e4f21f2e7e221ef15191807c01e 6 0.00/1.00 vMB 52
153,521 153,521 0000000000000d05510ff275757ebf4117d2e5cab87445d0265a6a0d2dcb6ce8 54 0.03/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 780.93 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: 572.70 GB
    • Received: 7.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.