Loading Tool

Explorer IconExplorer

Memory Pool

75,327 transactions
28.87 vMB
0.09547925 BTC
Random Selection Loading Transactions
Max Size: 170.70/200 MB

Candidate Block

Mining Attempt 61605f28e0c46d0174eb01cd663f3f1d4f58cd2610aa72b715332be05a36a130
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 512cc70be79152f3d63b401aaed4c8e4cebb1ab81009886120ad466a81d3c13d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,199
Size: 1.00 vMB
Total Fees: 0.03590908 BTC
Feerates: 201.37 > 3.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (503,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,988 411,988 000000000000000001a69a54a9d0b25b679f6753e5424590384e542a7f272ecf 3,076 1.00/1.00 vMB 49
411,987 411,987 000000000000000001812a67c48a02ee5492c3759ac14ae102811eeb6c2c67e4 2,886 0.99/1.00 vMB 87
411,986 411,986 0000000000000000043e94905b03f633caa3db708913403aea854cc067602760 7 0.00/1.00 vMB 172
411,985 411,985 000000000000000004ddc9908be0b57dc89e5aaf767c43ab8230a14ce51194d8 1,161 1.00/1.00 vMB 30
411,984 411,984 0000000000000000031a9b5d7be5808c1779f2e8e9aa89d6ba19f99655659bf0 2,253 1.00/1.00 vMB 58
411,983 411,983 0000000000000000020ac4fff1aea5726e6b379fa671a57b1470e4114424863e 3,031 1.00/1.00 vMB 76
411,982 411,982 00000000000000000139f844868e73da354c1b03ea286aba5c4b627f3b097f25 1,892 1.00/1.00 vMB 33
411,981 411,981 000000000000000003546c26ed1a991e73e64fafbadf7a55bccc5707c14d6817 1,424 1.00/1.00 vMB 55
411,980 411,980 00000000000000000364efa399b2ec3ad9b1d796cda3bc34473f43acc0030c3a 2,881 0.99/1.00 vMB 76
411,979 411,979 000000000000000000002278b4cd9794e1de38c91b192dc1bf3c9a315ae9a149 1,380 0.99/1.00 vMB 44
411,978 411,978 000000000000000003933ac2b50e9ecdc6c654753d25c128148dda0e449bf777 1,995 1.00/1.00 vMB 52
411,977 411,977 00000000000000000147d62ef2a98b934814e7cbdbc2cd69221d6c4de1eb6565 187 0.14/1.00 vMB 35
411,976 411,976 0000000000000000026a7cf160f6e8a42ea53c00c99c489bcc1a42ea559a87db 1,144 0.76/1.00 vMB 27
411,975 411,975 0000000000000000006131b90f6a25523a1ec9d829b01818fbd5bfa2a51bbd03 2,017 1.00/1.00 vMB 50
411,974 411,974 000000000000000001897161d7e146fa074f83dcd0576bef99d0e489857d323b 7 0.00/1.00 vMB 280
411,973 411,973 000000000000000000f179c8c8308e6516f1dece746e72886bed907e61b39f4c 653 0.49/1.00 vMB 26
411,972 411,972 000000000000000002e17c08e2b7753ac6a5df6357af671d83979e39a86f7e1c 1,781 1.00/1.00 vMB 51
411,971 411,971 000000000000000003414e013ca7182af0bc0d4adb79334fa4e9dc516b4a108c 398 1.00/1.00 vMB 11
411,970 411,970 0000000000000000019a8b4fbf4851b546421d7c8371b437da988fe7603baccc 883 0.48/1.00 vMB 45
411,969 411,969 0000000000000000006d38ff593d8b36c8d6fecc188d7ddc31047c907ce0e4a3 727 0.43/1.00 vMB 36
411,968 411,968 000000000000000003559b167c6efdfc518fec06c8e097b1f4e954134d58941a 1,698 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.46 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: 667.90 GB
    • Received: 15.31 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.