Loading Tool

Explorer IconExplorer

Memory Pool

75,781 transactions
28.56 vMB
0.08417508 BTC
Random Selection Loading Transactions
Max Size: 171.66/200 MB

Candidate Block

Mining Attempt 4bcf9b1b112a93f3658341f400f14c96eae0158fa53ebd56811c9f3043bbebad
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 827f0435e697ef3745d13cbfb6fa5493f94d32f6e5c5771549b92ac19bd7016c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,485
Size: 1.00 vMB
Total Fees: 0.01926791 BTC
Feerates: 65.95 > 1.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (629,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
286,033 286,033 00000000000000006f21b32b3d12cca9e4c1dfb3e8403f71d4d85347b1faf7ad 641 0.35/1.00 vMB 34
286,032 286,032 000000000000000062d7b26d0314fdcb6d96c13d68c58b34f0ec3e59575f6b9c 555 0.35/1.00 vMB 33
286,031 286,031 00000000000000007fc02ce30c78d95ec2b746a348c891822e2801a4eef295f3 338 0.14/1.00 vMB 45
286,030 286,030 000000000000000007397ae8fd91d7fdaa02b491ebb84850aae430d26d0f5a62 625 0.31/1.00 vMB 35
286,029 286,029 000000000000000020fb9bf41cb28c8164c76c58cc5794b579fc10f6b1a66928 9 0.01/1.00 vMB 16
286,028 286,028 0000000000000000868d16297608e1d09ff86f72fb16d75787bc7ca897296ac6 119 0.07/1.00 vMB 31
286,027 286,027 0000000000000000aeffdb44b5b09dd35109c052611ee103103a75e682430e1e 129 0.08/1.00 vMB 30
286,026 286,026 0000000000000000236efdef8bd63853b5f37fd6977a9c95a51c334bd2ab6856 752 0.56/1.00 vMB 30
286,025 286,025 0000000000000000fae35eb5af02fe48df7c1f99bf6395c22da4e74dd59a84ca 1,137 0.50/1.00 vMB 38
286,024 286,024 00000000000000016369a666b40420775fd8bb3c5ebf6aaf2101a28883431a9d 182 0.06/1.00 vMB 93
286,023 286,023 0000000000000000ba4dce05decd20b2541b4752cf181100c4de32b934d16050 14 0.01/1.00 vMB 12
286,022 286,022 0000000000000000d3dcd6dec2f2e9ed3121c8295ff49fc847c9b89add605820 128 0.06/1.00 vMB 39
286,021 286,021 00000000000000014d208832a4ae011c71a732fb69c47e8e19c6c0b1690d5b35 490 0.44/1.00 vMB 18
286,020 286,020 00000000000000003628ba832ad112a39878e3ace8af5a9bff0f1545334f5259 1,057 0.35/1.00 vMB 48
286,019 286,019 0000000000000000c37c0a6b7edd8b0d01347f401068e88d2d5a0f87c4e5aa16 136 0.06/1.00 vMB 163
286,018 286,018 0000000000000000df7778f6773f91dab23df521a8c81c89ff5183bcfe1c37e3 71 0.02/1.00 vMB 51
286,017 286,017 00000000000000009898db273e1e0888b2a5e9df6310b3a6b0426a7f433e4c3d 607 0.30/1.00 vMB 34
286,016 286,016 00000000000000015403af5331a80d3177831774078b1afdbf5594a1cb600b2a 416 0.25/1.00 vMB 27
286,015 286,015 000000000000000015643b1eac9748690c35092a04acbf4ce0f60ff924da93b9 960 0.35/1.00 vMB 48
286,014 286,014 000000000000000111d0d0c59dc59e8c23ef3faa817f1ac09009cd8f5dccd035 749 0.38/1.00 vMB 38
286,013 286,013 0000000000000000eeb5f4d1ed72f4d33d25970f08ea406a81e5a9d218dbcc74 1,073 0.52/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.23 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.