Loading Tool

Explorer IconExplorer

Memory Pool

42,067 transactions
26.90 vMB
0.06262257 BTC
Random Selection Loading Transactions
Max Size: 141.04/200 MB

Candidate Block

Mining Attempt dd0651eecd4a22006caa9d223b5995b437327bb160efc3504076701dd5ceab2d
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root d8f0f38d35fcb3431d2002403634a0d0bb85a826a46ffc5c1527af4b4b1035a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.01274517 BTC
Feerates: 60.14 > 1.28 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (240,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,612 674,612 00000000000000000008507bb9b2f4d5a13bd002a8c0c863e7927a73b8061ac6 813 1.00/1.00 vMB 17
674,611 674,611 00000000000000000006dcd3ec1837be312461e45e97e2f15b2a1a3d7fa4f294 2,230 1.00/1.00 vMB 47
674,610 674,610 0000000000000000000a7144fab1191cdf5085a34a438e5e7042d3f879295a6b 2,042 1.00/1.00 vMB 13
674,609 674,609 00000000000000000002bae9268515e77d0f770a8e59bca9b14fe31c540a23a3 2,386 1.00/1.00 vMB 32
674,608 674,608 00000000000000000009f167211454c37eca1742871a7ff8d907d3455de57e76 2,298 1.00/1.00 vMB 21
674,607 674,607 000000000000000000043d9eb9497121951a0eb639faee8b419d21674989f084 2,815 1.00/1.00 vMB 91
674,606 674,606 0000000000000000000c528eb71c556c15aaa83bc74fbfdf7bed47417a32cf6f 1,624 1.00/1.00 vMB 88
674,605 674,605 0000000000000000000be9cde9a989506dc86e6f8beb5c155ba4da3b436cea50 983 1.00/1.00 vMB 102
674,604 674,604 000000000000000000096d4536f2656a29b6eb7e53c5445e88f190e85eb4e255 2,651 1.00/1.00 vMB 65
674,603 674,603 00000000000000000002870ecbf548f9f240a2a5c7441a56a524ef0ab19c05b2 2,792 1.00/1.00 vMB 41
674,602 674,602 000000000000000000099322c6b63b7a78e443343c53c3dd51de30bacc2cd3d1 2,395 1.00/1.00 vMB 52
674,601 674,601 0000000000000000000a33bc4197e1ac60890a7b0e5578879b896007f0ba9502 2,357 1.00/1.00 vMB 118
674,600 674,600 0000000000000000000285cf687dae5d5f24df611e0c629027d803a43782788e 2,328 1.00/1.00 vMB 53
674,599 674,599 00000000000000000005ec48521947c4afa88c1db6749eb55ef8ccac9c4eb519 2,348 1.00/1.00 vMB 69
674,598 674,598 000000000000000000097d7aafe686d83435b69305df50dce26d933bc23f0f74 1,517 1.00/1.00 vMB 23
674,597 674,597 00000000000000000004f4f71e32931cb34d3dc6934f25f6e38295866ff9b183 1,880 1.00/1.00 vMB 30
674,596 674,596 00000000000000000007639e866c93ff4d28972f20a9f0b9e15161af5e16cab4 1,954 1.00/1.00 vMB 24
674,595 674,595 00000000000000000008a2e389af6a5776f6110084d985fa72f660823eac1791 2,239 1.00/1.00 vMB 58
674,594 674,594 0000000000000000000411984d6bd0b50a5c517868ffdfa073af416f5d66cbbf 2,394 1.00/1.00 vMB 98
674,593 674,593 0000000000000000000d184994f08d686f325507da2f017bb86f31325744080d 1,360 1.00/1.00 vMB 14
674,592 674,592 0000000000000000000633624756ba6676a2b1a8e492137db4b3dd0f8771bdd7 2,566 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.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.