Loading Tool

Explorer IconExplorer

Memory Pool

26,572 transactions
27.33 vMB
0.06947142 BTC
Random Selection Loading Transactions
Max Size: 130.71/200 MB

Candidate Block

Mining Attempt c64eb5201060ae733ff0bcfd11119a96f7100faefb2578a97781c8e9297ea7d7
Version 20000000
Previous Block 000000000000000000016ebf7cfb5b49d52a5da9adfbdfb60a56c93537ca3094
Merkle Root 3a732870b17009bdfe75174112081b4f4adc986d83b7ec2e4d118314580307ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,232
Size: 1.00 vMB
Total Fees: 0.01780191 BTC
Feerates: 102.52 > 1.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,479 (889,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
24,510 24,510 0000000036166731441751d861668b4efc7f3fa4179cbf243ca9b0fd1a07b14a 1 0.00/1.00 vMB 0
24,509 24,509 000000002753fdb98c64292094a6d00af295609b151b5c9a55796383cb485496 1 0.00/1.00 vMB 0
24,508 24,508 000000001dba580df32f115523891875a330461a28bfa33a95b670159034dcfd 1 0.00/1.00 vMB 0
24,507 24,507 00000000d166976d72ecc73f15c7c55b807943a6e543173808a92dd6a381b05e 1 0.00/1.00 vMB 0
24,506 24,506 000000007ebde2191a70204763be6235abda2597079fb4e1adb8edb7c0fd9ea6 1 0.00/1.00 vMB 0
24,505 24,505 000000001087185de4d746034823312d2d6fa7d1f582c66d5f96110c6b47e9b2 1 0.00/1.00 vMB 0
24,504 24,504 0000000081696dc8af47a6594cb082c8a1a68a5ea49224d19d93733d58684412 1 0.00/1.00 vMB 0
24,503 24,503 00000000c4079d79ee29c99b418516f87ecef866ebeeb84d4337ff9f90930d3f 1 0.00/1.00 vMB 0
24,502 24,502 00000000543e9db58755a26cf68d4a160dd9d13d116c4020de0461552d074a3e 1 0.00/1.00 vMB 0
24,501 24,501 0000000079acb3708a66cd6460e1f75671519b94c58fc6a06bd8b0135292b92c 1 0.00/1.00 vMB 0
24,500 24,500 000000004df6129bd84db8a3b4eefad3745bfae61813d2071dbeb8fef782e0e5 1 0.00/1.00 vMB 0
24,499 24,499 00000000ad231d0fa902b66c5f41ab559b5a79e96c94b252831063ea7e48c46b 1 0.00/1.00 vMB 0
24,498 24,498 00000000d59e8931e31beb82b866438a202b7c4fa4261a6e02eefb41611f035d 1 0.00/1.00 vMB 0
24,497 24,497 0000000090db088f5fccc4d61ccf981bb4af856aadba74ac63214da405e026b8 1 0.00/1.00 vMB 0
24,496 24,496 0000000002c62fda1c579d143e15836b21e960c6f24e24dcd47dbacad427e5b7 1 0.00/1.00 vMB 0
24,495 24,495 000000001e1d619752485d19a735e54e9288af442b6205e1583d6e95460f07c1 1 0.00/1.00 vMB 0
24,494 24,494 0000000076fb29e0164cb58cf3b49f4def07004b244e3c54b42fb51f7a6fd55a 1 0.00/1.00 vMB 0
24,493 24,493 0000000051891e07aef2b84d87e8cbfee3b17d8b177b1f986029b6da2f1808bc 1 0.00/1.00 vMB 0
24,492 24,492 000000003062f2f55c00c9fe5b6ea1e0a62cf9635017c7a5f32382239931b0ae 1 0.00/1.00 vMB 0
24,491 24,491 00000000b1e2c7144290debd31692ee3c3edd1e54b5c44e6f80300482597266e 1 0.00/1.00 vMB 0
24,490 24,490 0000000005ffa301915392da61d482ea2ab72ba64faf2f4a0c34b2fe6c1da21c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.00 GB
    • Received: 10.78 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.