Loading Tool

Explorer IconExplorer

Memory Pool

24,473 transactions
10.65 vMB
0.03353755 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.00/200 MB

Candidate Block

Mining Attempt 5f515cb95b893af46bb3d3c3d034efb82330464e524aaedb43ae9945e0702714
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 2ee4810aa85ee5636e15e6dcc9f734c26b253d1db52b3cfd67283c5640dfa873
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,659
Size: 1.00 vMB
Total Fees: 0.01585837 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (759,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,875 153,875 00000000000002f986c79faa20a6682ba1df1cd01718f12383cb8497812a3829 20 0.01 vMB 291
153,874 153,874 000000000000078ab102c48b530eb471a124261bbf0bc8be8a5906c8f6622754 50 0.02 vMB 184
153,873 153,873 00000000000005faba626a3b1f490d9a9e84c178bcfbd24a4e18ef25a1dfaa96 83 0.04 vMB 164
153,872 153,872 0000000000000bd4a33869ecf4517070e80510cff0dedc166f18399add7f03ec 102 0.04 vMB 162
153,871 153,871 0000000000000bab8d9f9ddb70c51c71b768c29c5eff5401f26a150d9dab378e 55 0.03 vMB 48
153,870 153,870 00000000000003b3b7452df8a52aeb99c9f51aef645353fd1285d388ec84f89e 32 0.02 vMB 42
153,869 153,869 00000000000009abe716dde44a3ca181a397a4d23f0df1c6d8a54db5509487f3 5 0.00 vMB 903
153,868 153,868 00000000000007278ec92a5355913780d35593dfd70532d65aadaa822e23250f 47 0.02 vMB 257
153,867 153,867 00000000000008767ff7c592c0e04a60d2efc4a792d6ab830d8ceb835b747d0d 51 0.02 vMB 184
153,866 153,866 000000000000082c868cf7655b2e579855618aedb74445d3202de536f6c13d31 6 0.01 vMB 0
153,865 153,865 0000000000000983c496935c2e32741be2658df7e2f99dc317ce7a5dec0d2578 31 0.01 vMB 123
153,864 153,864 00000000000008c0352930b94f1dacb650bebe5850e611b7a98b05c072a4e564 12 0.00 vMB 64
153,863 153,863 00000000000002a1c16c5d00400a742b378360e704cb90cb54e0818051b3e350 31 0.01 vMB 248
153,862 153,862 0000000000000dffe6519e030f216822b9ae5d3061774b66f6858ba6a0cf310f 8 0.00 vMB 363
153,861 153,861 0000000000000b16da00c6f1ea630d67b4a38ff8d78f41c5716c48cb73a62996 49 0.02 vMB 34
153,860 153,860 00000000000003e8c91153d9a38e1592ec9eb65a3b1bdfcc8a393acebcdcba57 10 0.00 vMB 705
153,859 153,859 0000000000000a268ee864cf2ba961ddaeb5aac7bf84ba5b31078e64840237af 54 0.01 vMB 56
153,858 153,858 0000000000000b1d6cc868a14fa94b3e5f200a218f149488eba0520f1815770f 127 0.05 vMB 31
153,857 153,857 000000000000074ef32ec9eed8d2285bfbf0186879caf26bee5be650061dd6d5 14 0.00 vMB 457
153,856 153,856 000000000000087e3c4ef0fe988bcbfbe328b0b737716459f6e091cd4a32f853 36 0.02 vMB 34
153,855 153,855 00000000000006df6168f243cc24a2db6cb3521d1a86e01ce83f313e7012a58f 61 0.02 vMB 112
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: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 397.34 GB
    • Received: 2.03 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.