Loading Tool

Explorer IconExplorer

Memory Pool

79,863 transactions
34.84 vMB
0.19125394 BTC
Random Selection Loading Transactions
Max Size: 194.11/200 MB

Candidate Block

Mining Attempt a05895ba8bcf8f71e7db21edc63b60c3e40fddcfb25df52058a0e99c1e2b8e59
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 6433ceedcf0724d0d408edc2b838b691de30acf50ca761f320ff6ee559b88dcd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,531
Size: 1.00 vMB
Total Fees: 0.05899228 BTC
Feerates: 477.45 > 5.91 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (71,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,997 843,997 0000000000000000000316e4a9e6d7eeaf31fc52d7ac54702de6c59de07e4601 4,990 1.00/1.00 vMB 15
843,996 843,996 00000000000000000002c29dea455ffb91b1ca07818885b2bea98335d0322c3e 5,533 1.00/1.00 vMB 26
843,995 843,995 0000000000000000000338f5d4d787b9ee8e11f7a11d9073ece5d7a06f04997c 6,558 1.00/1.00 vMB 32
843,994 843,994 00000000000000000002afc61355e048f55331001ead416e83440717298b1627 6,419 1.00/1.00 vMB 38
843,993 843,993 00000000000000000002d7e46a473fb1c1c34aee9f1a8ded2e83c956e5241ca3 5,364 1.00/1.00 vMB 15
843,992 843,992 000000000000000000015a0e7d871d110fd3e7c7f3e6153411923de94606c60a 2,905 1.00/1.00 vMB 11
843,991 843,991 00000000000000000002d3dbaf2bfcf579601908eefc4992a163bd1af70020c8 3,280 1.00/1.00 vMB 14
843,990 843,990 0000000000000000000271dffa62a6f720140c4b0a3d2bb345c4b8014b46dc1b 3,166 1.00/1.00 vMB 19
843,989 843,989 000000000000000000016a4df852383194c173528047bdc0b505be995c68b456 3,529 1.00/1.00 vMB 18
843,988 843,988 000000000000000000016ea09eb73a77bda0d842a00185d25dcb42d207cc3f79 3,924 1.00/1.00 vMB 16
843,987 843,987 00000000000000000001a68a4d98ef414aeb035d95d995f810a42a807e096efc 5,542 1.00/1.00 vMB 11
843,986 843,986 000000000000000000004aae09e0e14c2e10d613a37804f1181ed9a9cf58833c 4,733 1.00/1.00 vMB 14
843,985 843,985 00000000000000000000dcbc2f779ee9e05963269c05e15074022e40233ba2c2 2,963 1.00/1.00 vMB 11
843,984 843,984 0000000000000000000167b214dc2dbc41724e494af82f11e52502a43b3c618c 3,016 1.00/1.00 vMB 16
843,983 843,983 000000000000000000022bf0d05f6e77c3d74183dc4c63e09eef3ec75d7ae9f8 3,429 1.00/1.00 vMB 19
843,982 843,982 0000000000000000000321d6232ce56bda4c19be86c84545f75657b5aae22b2f 2,742 1.00/1.00 vMB 10
843,981 843,981 000000000000000000005c61ad42115138bf6a101caf00843e6c7e9ac47d89cf 4,567 1.00/1.00 vMB 11
843,980 843,980 00000000000000000000b870ef39296007286714fcd87b4166951dc164e9dcc0 4,005 1.00/1.00 vMB 11
843,979 843,979 00000000000000000000eea5e93588313b152590799476737e6d8716d913cbe4 984 1.00/1.00 vMB 9
843,978 843,978 00000000000000000000dfc6d5b45751b46c4a1a6dfd1e04cae193845410fa01 4,802 1.00/1.00 vMB 10
843,977 843,977 00000000000000000000d31e710560ac25a55fbb793306623de194701376576f 3,032 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.11 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: 735.79 GB
    • Received: 18.58 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.