Loading Tool

Explorer IconExplorer

Memory Pool

23,195 transactions
10.34 vMB
0.02602694 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.82/200 MB

Candidate Block

Mining Attempt 51e5d90454d37a47eea2cf00095de076939119f6e27b27510d46e4049e819ecf
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root d1be813f71db84fe21471b02941ed0cf669f9d35204135604c6cbb0fb418259e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,919
Size: 1.00 vMB
Total Fees: 0.00903013 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (756,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,542 156,542 00000000000000a4b0032a04ac2a26c2660c795bac9a951c3515dbcf90de142e 16 0.00 vMB 14
156,541 156,541 0000000000000c29ea620fb03d8e075711de3aa851f082faccb7501620763539 67 0.05 vMB 311
156,540 156,540 000000000000067532108c6c6eb52e68cdfde7bb2afa5fb5405be42f9f89d2e2 70 0.02 vMB 2
156,539 156,539 000000000000070822a79fa7d75e1a5eec07f242206d1ad35bca8c1a22ff1727 48 0.02 vMB 11
156,538 156,538 0000000000000c184d8b2aa205fde30102bcf49b08f07dd77488d7d57d085c76 104 0.04 vMB 146
156,537 156,537 000000000000021c4e44b18b9da419a74b2634ee9f53ce7af5ba2c1d7015edb9 34 0.02 vMB 38
156,536 156,536 000000000000023be82901763d1694b172504609d14fc1cf4a9ff6c86a4f13e2 8 0.00 vMB 0
156,535 156,535 00000000000005945748ca7bf645503e249eabae1c6f9a3b2840f7beb2e6c620 160 0.05 vMB 70
156,534 156,534 000000000000092b627225c12877980fca2ab0d4d1253a900bc29fee9741b19c 68 0.03 vMB 38
156,533 156,533 000000000000024b80bfb7bc0deaf21f38ec25f0690a89b1c844620ab4cf5071 12 0.00 vMB 87
156,532 156,532 000000000000049e03deee7726f45e4eebb74dedf50a2cac71680da7384c577d 76 0.03 vMB 100
156,531 156,531 000000000000028733d2711c670b84d8118e60ee0ecf0e6293bcbe7868a59c84 58 0.03 vMB 42
156,530 156,530 00000000000003a4162ad58b85b0546cb032e08f0ec6b104886b3d61b406405f 97 0.03 vMB 41
156,529 156,529 0000000000000d58cd618740a29081a038872d11ac020babace78e975733f27c 39 0.02 vMB 201
156,528 156,528 00000000000005b3f3df2a686f5a8a757a07b59e043980028c8f353883c9a4b1 35 0.02 vMB 225
156,527 156,527 0000000000000a6872ff3e6c989b61eedad2436fde75097b1d2366cf7a3a2fa0 1 0.00 vMB 0
156,526 156,526 0000000000000f42d89484b57d0932352687c8236a0d9d479a83fd93f32ec497 71 0.04 vMB 193
156,525 156,525 00000000000006fdedcf5997aa10d5d2b0a3d8b5e72a9e716a01f7742ba493fb 146 0.04 vMB 8
156,524 156,524 00000000000005711dde21df761c0664a325c14ce816b2d982f16be78a095ef1 16 0.01 vMB 157
156,523 156,523 00000000000000f2a88974ffa55e5224379fb625c8e2838af07b84a703b820d4 24 0.01 vMB 383
156,522 156,522 0000000000000e5b238028daae468fab30c79a8218b8cfd6b8fcc0808db89698 19 0.00 vMB 91
Previous 10 blocks ↓
Total Size: 779.77 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: 396.92 GB
    • Received: 2.02 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.