Loading Tool

Explorer IconExplorer

Memory Pool

40,007 transactions
26.00 vMB
0.06601113 BTC
Random Selection Loading Transactions
Max Size: 134.94/200 MB

Candidate Block

Mining Attempt 06c372225f9e90dbe7f129398a8cdbcf7625b13a62b834064358024e1f4bdcb4
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 5c4e23dcdbd466d4f491e2da1cfcd46b6ae051c142102a5ac2b4d5de4d93e266
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.01872949 BTC
Feerates: 73.20 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (731,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,555 183,555 00000000000002279fbe2dbbcaaade107d46cc994c8c4e27183ea399c03364d3 21 0.01/1.00 vMB 80
183,554 183,554 00000000000005e1f71edfe45e403a4c9768c9334b14b36fa31f967fea695a6c 72 0.03/1.00 vMB 221
183,553 183,553 000000000000005af4a9b9cd63e2af0917f6e482bc14ce816870458c6ea67f15 90 0.05/1.00 vMB 204
183,552 183,552 00000000000007d02c2e3dc0b9221b176c7af66a8fff6b217b55abf9739ddcfb 84 0.06/1.00 vMB 115
183,551 183,551 0000000000000990f521e081587dbaf67cb985a998087c926ebe9c79f59b8bcd 10 0.00/1.00 vMB 45
183,550 183,550 00000000000004c294a4ae23b0b5588320dfa235f7d3c5c06f45b10bf97024a8 22 0.01/1.00 vMB 102
183,549 183,549 0000000000000396532b0ad0df2d2642efd5df4594ae1888da16d4f3527b613c 39 0.02/1.00 vMB 175
183,548 183,548 000000000000021f4714d41bdbf6e5f37eb9bb65739e7ac0460be40c25640f03 123 0.07/1.00 vMB 159
183,547 183,547 0000000000000996038d049b575ce100a35e0d9428ff3e444b14bebe923e1ad6 51 0.03/1.00 vMB 52
183,546 183,546 0000000000000245124a1b0f6f3e41d97ef5a34b4099e75d4babb1e04ddd8850 256 0.10/1.00 vMB 183
183,545 183,545 0000000000000a05075d250cb80abe7415b86add5bd0a83ef10dd033204803f1 7 0.00/1.00 vMB 14
183,544 183,544 000000000000062df7a9c822bcd10ea29eede3ad75441830ed421e02492c923b 154 0.05/1.00 vMB 39
183,543 183,543 00000000000001ba4fae4ae44e66254463bdc8af059f0ce4bbcdc25de62af18e 668 0.26/1.00 vMB 180
183,542 183,542 000000000000000e1a6979fb8cc3664b0844ea1905acae62476b8e67a01b9fb8 10 0.00/1.00 vMB 160
183,541 183,541 0000000000000a04e6d8be9e865e2fd38b2333e7ded43e24643d866b2a6c42d3 58 0.02/1.00 vMB 554
183,540 183,540 0000000000000a4deb81621a4ac189e6ecc367d34bd556e1f4aade17db17911b 9 0.00/1.00 vMB 0
183,539 183,539 000000000000006703e753572cb1349238aa988dbe9462549a34643e354697b7 224 0.09/1.00 vMB 186
183,538 183,538 00000000000003d12d36fe3954276dfd7d7dc929d404d7b134100d9c5203720d 11 0.00/1.00 vMB 33
183,537 183,537 00000000000002c7c9af2d9e229a9408bb50317ea1b521199f3b5241a8892bf2 281 0.13/1.00 vMB 150
183,536 183,536 00000000000003fdb2c8b78f0d20abc843ce6eabbfbfc491155557319a9615b0 102 0.04/1.00 vMB 153
183,535 183,535 00000000000002aadf9c3b9119bdbb542c5084929ec932bf62ad1953e10e8113 11 0.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.