Loading Tool

Explorer IconExplorer

Memory Pool

79,111 transactions
29.49 vMB
0.06843487 BTC
Random Selection Loading Transactions
Max Size: 177.50/200 MB

Candidate Block

Mining Attempt 42bd882c63efbbcd6e2d7d78a2e336e6cd6bc21eca5e2224b041f4a3ac930fae
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root 44cbb3b8c7d1b45b43df8a9de9364155ba1e909232edbe738163da93353974fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,242
Size: 1.00 vMB
Total Fees: 0.00863422 BTC
Feerates: 150.77 > 0.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (521,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,990 393,990 000000000000000007cc507d40d1100a62e0ace88fae1e29d15154ff4e143d39 1,682 0.95/1.00 vMB 38
393,989 393,989 0000000000000000052c748b12e0c01bc226a3d72a1c5050ceecfec7146855be 1,808 0.95/1.00 vMB 38
393,988 393,988 000000000000000009639f43ab464e3d5d13ed24bd9ab8a15d54ccbbb19c0984 1,646 0.75/1.00 vMB 46
393,987 393,987 000000000000000001c1aeed6c3cd85d9ac1436a3bbbaee0c62651cf9ec64a05 1,249 1.00/1.00 vMB 25
393,986 393,986 00000000000000000192a06c9da80928422a562d8ffee29336add6b6ac17d2ee 1,549 0.93/1.00 vMB 23
393,985 393,985 000000000000000000185e63e68bb5a81d0536c76f1b1052351ad1a72513f0eb 2,574 0.95/1.00 vMB 56
393,984 393,984 0000000000000000057f3a3afba566fddfa46cd9f8e3a83597f68a447aefcdf1 922 0.90/1.00 vMB 19
393,983 393,983 0000000000000000080fedc50b7a46a2649dbdefb470a76e930e1f538c9881a0 1,917 0.99/1.00 vMB 33
393,982 393,982 000000000000000000e4637ecbc1bb53806d406930225088cbf82c1eb34bde2d 1,891 0.93/1.00 vMB 36
393,981 393,981 0000000000000000090c627d03fe7dd4ad6deae219d7b28ddfff555fb25e53b3 2,059 0.95/1.00 vMB 53
393,980 393,980 000000000000000007151cdb9dbf68ce4f1300a71e74f2afc7441dd15ffac8e9 1 0.00/1.00 vMB 0
393,979 393,979 0000000000000000007f343e3cde98334ef4a15aeb174e629cc3cb769fc870bb 1,963 0.95/1.00 vMB 44
393,978 393,978 000000000000000000469b7e58961ec7e305326d1a4f52d2aac47fa5bda05de8 2,212 0.93/1.00 vMB 46
393,977 393,977 00000000000000000961b2ca6216d19cc233e5dcf19b65027c45d05343bde951 2,635 0.95/1.00 vMB 69
393,976 393,976 0000000000000000082514c2f81ca0b0cf8aac837ac5eebe4c8f8bc9d13be2f5 453 0.26/1.00 vMB 28
393,975 393,975 000000000000000005079eb50d78007c80fdf1445de7274aa3d4559b483d4409 1,382 0.87/1.00 vMB 26
393,974 393,974 00000000000000000107ee21fe74418bfdf33a5a9732568704b1fec5ca66ba5a 1,253 0.68/1.00 vMB 30
393,973 393,973 000000000000000005dd25ecd362f05f12cf3cb31523ee616bc6fd2234334b33 1,196 0.64/1.00 vMB 30
393,972 393,972 000000000000000002b3cf7652891a96d69cb30888eb4285745d965e5febac05 114 0.39/1.00 vMB 6
393,971 393,971 00000000000000000127f0dc9e7f3ebaa0d4eb628807357291d2583c7e734b41 1,537 1.00/1.00 vMB 24
393,970 393,970 00000000000000000822e00b7e8341a8eab776f02b8513c85e3a0fcb472403f1 418 0.27/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.38 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: 664.31 GB
    • Received: 14.96 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.