Loading Tool

Explorer IconExplorer

Memory Pool

48,441 transactions
27.47 vMB
0.07631255 BTC
Random Selection Loading Transactions
Max Size: 146.42/200 MB

Candidate Block

Mining Attempt eb3cd148f1652e7bbbd89909df7014dbc9c5bf2405b81e19f3a3d9b8e5da8a88
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 48663dc926471a6a1cd1a898d227ebb43fcd513eb394a69a64fa8ff015bd35ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,896
Size: 1.00 vMB
Total Fees: 0.02474903 BTC
Feerates: 150.92 > 2.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (468,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,475 446,475 00000000000000000340a5ce89aed50f5fa39a1289ab4926b31a4cd5562eb2a1 2,267 1.00/1.00 vMB 78
446,474 446,474 00000000000000000082f0ff84e93ca771cf369472581c3cf55ac144ed1a7d83 2,674 1.00/1.00 vMB 133
446,473 446,473 0000000000000000007867fbe944a4d40919eb68e70d4ffedc9fff5312b7c32f 2,664 1.00/1.00 vMB 142
446,472 446,472 000000000000000001ae32f173c6d092eb47ae8380283b3d7c979fcb2b469374 1,684 1.00/1.00 vMB 62
446,471 446,471 0000000000000000027971f58a9f31b5d125c226a237b434ad6c276c57e5f649 1,569 1.00/1.00 vMB 71
446,470 446,470 0000000000000000024fd2a3e3d3da514afe6b42e33f15407bad780da5b15a27 1,918 1.00/1.00 vMB 73
446,469 446,469 0000000000000000034abb3305a5b9c38b1351f40f1a109ef66fe9695f9c4be8 2,024 0.93/1.00 vMB 66
446,468 446,468 0000000000000000020a54cee782aec4187939fbc79e8bf8891dc5dabda817d9 2,703 1.00/1.00 vMB 82
446,467 446,467 000000000000000002b7148ac7b5d1e6b44b3bb5911088b5f2a64cc1e426217c 1,903 1.00/1.00 vMB 75
446,466 446,466 000000000000000001f9c6ba8ac3e61225a4c494b7d8211a61ecdda0af998118 2,108 1.00/1.00 vMB 111
446,465 446,465 00000000000000000367e3f51c29ff0bb7818fffe9f49ad69448237db3e31e93 2,134 1.00/1.00 vMB 81
446,464 446,464 00000000000000000131c991d25bc7da139c3e1a1e9258ec76f6e0d18ac87628 2,497 1.00/1.00 vMB 106
446,463 446,463 00000000000000000102c17917a6bafd5ffe31aa6b582b5554f34285157ae29b 2,254 1.00/1.00 vMB 76
446,462 446,462 0000000000000000006c65e7377d38ccd8218dac0762029a50f5c8d9322d6eb2 2,194 1.00/1.00 vMB 99
446,461 446,461 000000000000000002cf4d53a2fec5788fce3122112d4dc703e5fe28c37daf9e 1,837 1.00/1.00 vMB 76
446,460 446,460 00000000000000000199da7b5a14589ce2fde4c77dfdedad0b7194c19d46df43 2,991 1.00/1.00 vMB 106
446,459 446,459 00000000000000000074618fd538c637e991df9cded992489bedc46aaffb0be4 2,523 1.00/1.00 vMB 82
446,458 446,458 00000000000000000364a1e7d0895329df17b47e926e72dcd970e2497590410a 780 0.31/1.00 vMB 79
446,457 446,457 000000000000000000521f351a26c79a96ad2ca57a4d5991970c7995ca0261cb 1,784 1.00/1.00 vMB 45
446,456 446,456 000000000000000001f4802d0e1dfdf915c93e59805815e6939248774cd80b03 2,540 1.00/1.00 vMB 89
446,455 446,455 0000000000000000009a37d1b2070661ba44ea8fbcb9660fd9f6a2817ff29b29 955 0.85/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.00 GB

Node Details:

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