Loading Tool

Explorer IconExplorer

Memory Pool

81,922 transactions
31.44 vMB
0.10624897 BTC
Random Selection Loading Transactions
Max Size: 189.34/200 MB

Candidate Block

Mining Attempt bff25c3659ec7b7fc76813d03710fa6a235448fcc66f8dbf1b5a4066898b5517
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 14253e508f9d1b51587264a2a479170e67e8918259fcd6cdc2efcea578a173ee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,975
Size: 1.00 vMB
Total Fees: 0.02667424 BTC
Feerates: 318.30 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (500,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,046 415,046 000000000000000003da9de3973679f8a5c68518e37af3ba04eaab4986772989 1,393 1.00/1.00 vMB 29
415,045 415,045 0000000000000000052863b60a3c4e45c3af3d1d4cf8b69fbb7e78437cd3efa7 1,158 0.59/1.00 vMB 43
415,044 415,044 000000000000000000e4b2654ff00d3289a0c865d4e22fe6989ac8d313a4a997 1,342 1.00/1.00 vMB 31
415,043 415,043 00000000000000000129ef6ee4f9a18b928eae6037f96484a29a01a781bdfbdf 2,570 1.00/1.00 vMB 60
415,042 415,042 000000000000000004cebc25b3ae1ef375e988eec2da81a4b97fd042e97e4e19 1,179 0.83/1.00 vMB 30
415,041 415,041 0000000000000000037f7520768d918038108877c82fe9b7bc3418601d4b2d6b 1,460 0.80/1.00 vMB 42
415,040 415,040 00000000000000000370e29a866ef263e1a55e6c0b47ab48803cb9dff91f6f54 336 0.20/1.00 vMB 38
415,039 415,039 000000000000000003d5396fc2932fbe7dfa31a6d1358fe2366d3065b59cef3a 1,670 0.93/1.00 vMB 41
415,038 415,038 000000000000000002fd05e9f86a8b8cf305d5d65a6f9cc46de5e9e521e4da96 272 0.13/1.00 vMB 42
415,037 415,037 000000000000000002c423e5b87c22e6fc44584770eb516fa44f13ef5d015007 1,479 0.88/1.00 vMB 44
415,036 415,036 0000000000000000025e04860c23f5017adc8b29ff2f11665e92e3f79d59e16c 628 0.46/1.00 vMB 43
415,035 415,035 0000000000000000044e66b9512ea87c896e340782205a0fa9febc71103c8e76 1,297 0.91/1.00 vMB 24
415,034 415,034 00000000000000000261331c72025f143140b23e199209659dac2ad59b840ab4 2,895 1.00/1.00 vMB 62
415,033 415,033 00000000000000000241d14c639624e9aae2e7c78c732c7e38635f905bdff858 1,342 0.99/1.00 vMB 30
415,032 415,032 0000000000000000006c06c623b0346fa2f6025715e9c2367112cfa802fe46f6 2,439 1.00/1.00 vMB 57
415,031 415,031 0000000000000000030324eee949ef962122f6125869fbefd77958b35e3ee1d1 1,391 0.84/1.00 vMB 37
415,030 415,030 0000000000000000000b329a105c02913767c408b991f140ab07c8d2a0946c2d 350 0.32/1.00 vMB 18
415,029 415,029 00000000000000000474853490af98f010337ff08ca8df945458b4d3e778aee9 2,600 1.00/1.00 vMB 53
415,028 415,028 00000000000000000357f5e54becb13bcc7d0f189aeda431b5476574f460a679 1,268 0.58/1.00 vMB 44
415,027 415,027 000000000000000003c565fe4011391eedbdb61ae0245278e0993f3219afd925 800 0.44/1.00 vMB 52
415,026 415,026 0000000000000000006fed91c05a71f5fb4887c9184fa9e16e87e8bf83c85c12 469 0.23/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 783.00 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: 718.78 GB
    • Received: 17.95 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.