Loading Tool

Explorer IconExplorer

Memory Pool

76,534 transactions
27.64 vMB
0.07797363 BTC
Random Selection Loading Transactions
Max Size: 168.77/200 MB

Candidate Block

Mining Attempt 2af07fa582b78acac2f7f84fa134e8db15d26b75c21f282d9be48f8b08b3b9ce
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 248dba478a9d22384bdd0efb4843b833d4ba8ed720c9885883a33bb1d26ba6df
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,826
Size: 1.00 vMB
Total Fees: 0.01896342 BTC
Feerates: 402.60 > 1.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (232,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,982 682,982 00000000000000000005f0961016eeb4c8abc31cc8324a0fbd87005c1813db1f 2,261 1.00/1.00 vMB 78
682,981 682,981 0000000000000000000a659c5c2fd4d0dca61483c22818e1fc117f89649b8812 1,466 1.00/1.00 vMB 73
682,980 682,980 00000000000000000007bff5ac7b4ace6744dafa1e78ed0685093f168169089b 2,777 1.00/1.00 vMB 105
682,979 682,979 00000000000000000001d6afe13e2ffdd3f7b6e66f6e8b81539080cf877039c2 2,388 1.00/1.00 vMB 88
682,978 682,978 0000000000000000000ca3e737337eb394decda89166dca68603235279ce61d7 1,124 1.00/1.00 vMB 87
682,977 682,977 0000000000000000000068226bc26904cb3e5480175a8457317a93cbe07df73d 1,887 1.00/1.00 vMB 99
682,976 682,976 0000000000000000000b9ee355271d05189f1288fb851f6323f33ced4e807b58 1,211 1.00/1.00 vMB 91
682,975 682,975 00000000000000000003ea850c62f7e3959786e46d597fc3ac777ed86c1add12 3,051 1.00/1.00 vMB 97
682,974 682,974 0000000000000000000652a172dd4a0aa642e897af1b6e41c9b77ee3246a72d5 3,266 1.00/1.00 vMB 129
682,973 682,973 00000000000000000003aba1ec0ba8cef41e9a047467f1c9ff54f82654ad1369 2,394 1.00/1.00 vMB 48
682,972 682,972 0000000000000000000554294451793b99c5f99970b0665c0e093cbf1d9a83fc 2,381 1.00/1.00 vMB 63
682,971 682,971 0000000000000000000c400e994491ccc748243fd5bdcfad9eeb2841aff2036f 1,948 1.00/1.00 vMB 43
682,970 682,970 00000000000000000006f58520bdecc6b6f2ecc14585073664db08454b3373ba 1,879 1.00/1.00 vMB 38
682,969 682,969 0000000000000000000a2ad21184723809b0dc9c71b6406afb91dfa9134f3657 2,417 1.00/1.00 vMB 92
682,968 682,968 00000000000000000005373884d5d135e1c5c5c6c623c119528fbe80ab687d25 1,969 1.00/1.00 vMB 55
682,967 682,967 0000000000000000000add1c326a38fc749a2d4e8485486b983c8e9cd4bccabf 1,586 1.00/1.00 vMB 45
682,966 682,966 0000000000000000000a88f4ec477667e9d14ae87f3c1062dd4722e36fc993cb 2,140 1.00/1.00 vMB 84
682,965 682,965 000000000000000000097a91ae916ee548b2528a9245daf4e9efd0d47fbf697f 1,803 1.00/1.00 vMB 26
682,964 682,964 0000000000000000000938f6d19a268dded0f063a3bebb8163184709bb892e1f 2,161 1.00/1.00 vMB 82
682,963 682,963 00000000000000000009a4cf8a0218e0f966b63f996a2e64cc17e17d9a98e2f3 2,184 1.00/1.00 vMB 75
682,962 682,962 000000000000000000099a61ae5c36d4993a27e85beeb7d4d6f4fdc979021d84 2,185 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.