Loading Tool

Explorer IconExplorer

Memory Pool

77,865 transactions
29.06 vMB
0.07635280 BTC
Random Selection Loading Transactions
Max Size: 177.85/200 MB

Candidate Block

Mining Attempt 4bf70bf47c19b4dd25a278e8b4689ac7268847ab9de5684ba276f9ad862c7641
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e791c8419797fbb8e5358aa6bcd30d4bf08b5c6b05b8e55c5f0eeaf65a7bcf59
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,363
Size: 1.00 vMB
Total Fees: 0.01293253 BTC
Feerates: 157.34 > 1.30 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (481,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,067 434,067 0000000000000000038912f24a1e0df8c10f10c29bcf20d49b47f4f76fd95fce 2,838 1.00/1.00 vMB 75
434,066 434,066 000000000000000000dbd3e61cd0f873ae0fb40d7b66abd5686dae75daf20e97 2,826 0.99/1.00 vMB 75
434,065 434,065 000000000000000002b38ce32c3dec4f7456bac07bbef78d036fe7c390a51179 2,474 1.00/1.00 vMB 72
434,064 434,064 0000000000000000023e382ba1704b66de20b2129a5074528d8dd9179f96ed46 2,669 1.00/1.00 vMB 68
434,063 434,063 00000000000000000240d6fc1b1c18973e57996c6951811b14e718320a731add 3,005 1.00/1.00 vMB 81
434,062 434,062 0000000000000000014944b8df6b1c879e3428eaa5ea87ef96c443c354e91bad 2,549 1.00/1.00 vMB 69
434,061 434,061 0000000000000000025fece66adce18af1bfe5ce731ad91e71f6586422c00a14 2,204 1.00/1.00 vMB 72
434,060 434,060 0000000000000000008778ae8842171f013ed85131642ed6f631c6c1d365e7c7 2,427 1.00/1.00 vMB 66
434,059 434,059 000000000000000002735f7ee5b88e05d84a1f9fe1ffec56655eb4e339b48077 1,277 1.00/1.00 vMB 39
434,058 434,058 00000000000000000070115285af5e055d74c05b7536d0ba032e1116c0d31753 151 0.99/1.00 vMB 3
434,057 434,057 0000000000000000009d79865626e201f21e6db191435abeda43d4809685b52f 157 1.00/1.00 vMB 3
434,056 434,056 000000000000000000f7a1fe92f8afd84611b2b2b73765fefe40a3c503e1a02a 1,324 1.00/1.00 vMB 39
434,055 434,055 0000000000000000023b4e9e080cdf0e4efdaef5bd9df0048034f7ac2f728a18 230 0.12/1.00 vMB 73
434,054 434,054 000000000000000002ecb9482122f95738aa477d50f4c9230631a84c34c238f6 710 0.34/1.00 vMB 64
434,053 434,053 0000000000000000027a29506daca77c5d3c6a1e0fae6a75dd833823e2addd00 296 0.11/1.00 vMB 86
434,052 434,052 000000000000000002925bb07c4f0e9c4cd586174fcbb2c71586868be3c8cbad 1,235 1.00/1.00 vMB 38
434,051 434,051 000000000000000000f49b9de8b535a56c3f97b639b63375349d7a9803cf8abd 1,661 0.76/1.00 vMB 65
434,050 434,050 0000000000000000031acb2dd8284dac8fc4356d72c6019d76de28700198fdca 1,470 0.85/1.00 vMB 60
434,049 434,049 000000000000000001624cda368ea16b5b01ff3cc4b2b818130425df72ed3f58 2,299 0.97/1.00 vMB 64
434,048 434,048 000000000000000000a15e2684e81bd3f65cca1f7c81835aa07ea0fb242c75c0 1,668 0.83/1.00 vMB 44
434,047 434,047 000000000000000003a74a0a9f45d6ab53ab78f103cf1abb5b6faeceab2ee0ff 2,126 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.