Loading Tool

Explorer IconExplorer

Memory Pool

78,359 transactions
29.81 vMB
0.07425520 BTC
Random Selection Loading Transactions
Max Size: 181.78/200 MB

Candidate Block

Mining Attempt 7ae9a37d8a8d6957ac5b507c3a3ae24e2aa1ca28dbd05a4257356c1fe897a617
Version 20000000
Previous Block 00000000000000000000f93cccf65ba1bb0d36ddbb9079a10905fd5e8bbf112f
Merkle Root 5957413216f7e742c8e69eaf24a9b4110bf79595c916b9d6c008e1af766a7d3f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,889
Size: 1.00 vMB
Total Fees: 0.00829656 BTC
Feerates: 73.20 > 0.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,371 (54,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,324 861,324 00000000000000000002625eba8df7fe74989522362738e17807e399f5e8a099 1,806 1.00/1.00 vMB 17
861,323 861,323 00000000000000000001cc2037746cb2bcf7edebf9142746f62a9d6b2df97f7d 3,166 1.00/1.00 vMB 7
861,322 861,322 00000000000000000001e733a738480f54819daa2edf131798b3dfe476ac2844 4,944 1.00/1.00 vMB 2
861,321 861,321 00000000000000000002aba5bd13dd37f8028b3aa2ffdf4bf3a9568a19769273 3,468 1.00/1.00 vMB 6
861,320 861,320 00000000000000000001c35f9e99a31122fc59a284bc7b5189c003037a3fc329 3,351 1.00/1.00 vMB 5
861,319 861,319 00000000000000000003006ac25d488487dabb1056d72ac6a5af44d03a1a2dd8 7,586 1.00/1.00 vMB 2
861,318 861,318 00000000000000000001326f2466f388429013ee5c74cae9120fd5ad9d929a20 7,269 1.00/1.00 vMB 3
861,317 861,317 0000000000000000000124f5395776b7e7238c7452c5fbd416cb7e676b2b5456 1,819 1.00/1.00 vMB 2
861,316 861,316 0000000000000000000058ea22557d7cb00ccf5161a07d99a5f18c9b7cf59c16 956 1.00/1.00 vMB 2
861,315 861,315 0000000000000000000154fee13bcefb89191efe549f1c835c11f63a169ce7c0 2,240 1.00/1.00 vMB 4
861,314 861,314 000000000000000000021ff8fc5be1e940e7addc023429a63c37b54fbc1869f5 5,990 1.00/1.00 vMB 3
861,313 861,313 000000000000000000015c888d7c937d2483ae11cdcc3c76064fa5d4cba642f8 5,133 1.00/1.00 vMB 3
861,312 861,312 00000000000000000001c9b3c914cc30bfd9c040ac253a9760b7c85aff5061a2 7,504 1.00/1.00 vMB 2
861,311 861,311 000000000000000000017e922704ad7e5b516f5ed5e8298135730976bdffad6d 5,977 1.00/1.00 vMB 2
861,310 861,310 00000000000000000001a2c8a66e188f0e78062f2ecf8be732cfdec377f5b109 3,194 1.00/1.00 vMB 6
861,309 861,309 00000000000000000001124e11bab04f88f7aab2f85811ef832f5a1de7c06d79 2,594 1.00/1.00 vMB 6
861,308 861,308 000000000000000000022fc269917e9aa7b43bdc5474dcc9efe31c08eda0f2a6 4,950 1.00/1.00 vMB 4
861,307 861,307 0000000000000000000255121d24374bbeee4d8a683d1262e225495cc662e9ae 7,622 1.00/1.00 vMB 2
861,306 861,306 000000000000000000021e5439250bec091e0bb5465b6e58eea5c57c1c3fb2f8 3,626 1.00/1.00 vMB 4
861,305 861,305 0000000000000000000025b3fda3bb4bb4f0e60303deca5a018ad02f20ca57fd 4,503 1.00/1.00 vMB 3
861,304 861,304 000000000000000000016f5e985b007e15a2af91f73ab1d56013712a8e150e41 3,649 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.10 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.