Loading Tool

Explorer IconExplorer

Memory Pool

47,361 transactions
28.44 vMB
0.11358952 BTC
Random Selection Loading Transactions
Max Size: 148.88/200 MB

Candidate Block

Mining Attempt 71d0212847f364802ddd7fe6a7ac9c6d879ffc50473d484a7eb4dbe05a6cf4d0
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 8d7529dc4dbad38343056d638170a19fa13e4970cafdb3c23f388a174b724882
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,971
Size: 1.00 vMB
Total Fees: 0.04623114 BTC
Feerates: 150.77 > 4.63 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (177,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,445 737,445 000000000000000000084ba5db6b106f79b5530545bc5a372e01703fa0156a8e 1,695 1.00/1.00 vMB 21
737,444 737,444 0000000000000000000837fd4942e205c492df0900f6003a50af74b6d2f0509e 3,378 1.00/1.00 vMB 35
737,443 737,443 000000000000000000042428bad36d6d975006020f5cc100551bbbf8f5f1c11f 1,602 0.85/1.00 vMB 9
737,442 737,442 0000000000000000000123fb6b4dd2588514675f4a420084f3d6cd21f609bf55 113 0.04/1.00 vMB 14
737,441 737,441 00000000000000000003c23b5d1622f4892822bd86d5e0efc38b84c2f986f142 737 0.41/1.00 vMB 11
737,440 737,440 000000000000000000030c38f380727660b8702b0896ac19a072ca765c23d575 363 0.49/1.00 vMB 3
737,439 737,439 00000000000000000007485abde6d9eb1563bab41a2a44bcc882d2c8ad81aafc 1,988 1.00/1.00 vMB 7
737,438 737,438 00000000000000000001c9b357283a36bf7e1cf6510ea7a5f05e4d7b1a16026f 2,596 1.00/1.00 vMB 10
737,437 737,437 000000000000000000067b3d6ed642c0905c4fea1a547c82b30194026e9b7388 1,903 1.00/1.00 vMB 14
737,436 737,436 00000000000000000003889c07d8f88e4d5530dfcbba6ead3ff66ac7a6607e2f 2,398 1.00/1.00 vMB 21
737,435 737,435 00000000000000000007a1e57debd4e1e7476b2c048b3dbfa5b27bbc4f3fdb79 1,321 0.59/1.00 vMB 12
737,434 737,434 00000000000000000008fc78dcf26e4f0ad0b5567cc3cfd9edf38b681d287eaa 290 0.09/1.00 vMB 14
737,433 737,433 00000000000000000008a896a0ba75b3dbd9719d2fdaa6fe86316cf2f4ffd269 2,749 0.98/1.00 vMB 12
737,432 737,432 000000000000000000047499ebeece21a93f6fcb52d47e05f61c043d37921de1 2,530 0.95/1.00 vMB 12
737,431 737,431 000000000000000000036238879c2067e0eb68f8bb386d8e33bbece937704da0 1,195 0.92/1.00 vMB 4
737,430 737,430 00000000000000000005d58728572e05ce4036ca5efa555c9a2822bc463671b7 2,947 1.00/1.00 vMB 7
737,429 737,429 00000000000000000002c33acea96ddec9aed9da0f269dfd0d6df9fcb1a63a81 2,991 1.00/1.00 vMB 20
737,428 737,428 00000000000000000000690dcc0b65ef65f32f867ac356bd70ca1e01c5c70c9b 130 0.57/1.00 vMB 12
737,427 737,427 00000000000000000004b2e428dbf118dffa8bd89b4b4b68bd4f0387d6b1e255 315 0.47/1.00 vMB 13
737,426 737,426 00000000000000000005a19bbc7413c63a8c8889f66f2e37c1c3ef0e22bf594d 420 0.13/1.00 vMB 12
737,425 737,425 00000000000000000003e51ab0b75a0cfa540634a850f0e512a856794bb67d82 1,386 0.50/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.