Loading Tool

Explorer IconExplorer

Memory Pool

80,538 transactions
29.70 vMB
0.11580216 BTC
Random Selection Loading Transactions
Max Size: 179.42/200 MB

Candidate Block

Mining Attempt 10cf2fb5b21c7f8ce8fc25fac4b7f8d8b5bc1356e136d33d3856297f72946936
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 884b1f78ef53c2a9cb29e8cbfc368f957f8cdad7fdcae1c670c5793f4408364b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.04791980 BTC
Feerates: 477.45 > 4.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (254,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,163 660,163 000000000000000000023e1d634f251ee4b963dcc2411f2f9da209aaf32ac1a2 2,819 1.00/1.00 vMB 81
660,162 660,162 0000000000000000000568b894f73168aa66c783473ff83719fcf4a57faeba1e 2,620 1.00/1.00 vMB 62
660,161 660,161 00000000000000000006fc746d4b884e6de282f4896cf36a0484fe82138b2d5e 2,517 1.00/1.00 vMB 94
660,160 660,160 000000000000000000087929c01ef6d168c20c1ea440a49f0918be418a65d7f9 2,033 1.00/1.00 vMB 42
660,159 660,159 000000000000000000040caef1f6603c7c0a8888e5143f6bea3e8a80139c5be9 1,481 1.00/1.00 vMB 28
660,158 660,158 000000000000000000090913830b5cf024d465642cfabfaccb645cdd50c1d781 492 1.00/1.00 vMB 2
660,157 660,157 00000000000000000000df04af530650b563a8b98f08d6d0500a9651d1b120b9 2,066 1.00/1.00 vMB 34
660,156 660,156 0000000000000000000820f100bb4a4853895257b6e09531a50803b6eb7fd885 1,346 1.00/1.00 vMB 26
660,155 660,155 0000000000000000000d721ecd929ce7aa7d73e0b3fed229e68834d2e715bbfc 1,493 1.00/1.00 vMB 27
660,154 660,154 000000000000000000049fb4c6657081810ec397840e173634ea9c17c603199b 1,044 1.00/1.00 vMB 25
660,153 660,153 00000000000000000001c21daeca74aff065ff17e51bafe3f2cf6db9bfd25e04 1,399 1.00/1.00 vMB 9
660,152 660,152 0000000000000000000323c32803ba5f8e540c6b84b467a948db5ffe75cd2f44 2,049 1.00/1.00 vMB 18
660,151 660,151 0000000000000000000c774582c1252fd20fe5d1a17d7fedf7e8e763f876b7cb 2,016 1.00/1.00 vMB 84
660,150 660,150 000000000000000000046d2ba1522a295975cbbba1c3cc6316685389d5eebd2a 1,559 1.00/1.00 vMB 22
660,149 660,149 0000000000000000000551fd05a29cc6cb307d36a6dea5d7ccff6c2b405d4728 878 1.00/1.00 vMB 8
660,148 660,148 0000000000000000000854af1baca7ef4ecd06d204a67b6159163f9751900790 1,954 1.00/1.00 vMB 36
660,147 660,147 00000000000000000007669a6ea1f72e0b17f1e0ed7587f858fc7dea1d0d5584 1,380 1.00/1.00 vMB 19
660,146 660,146 000000000000000000085edc363f2a4e8494dac71adbea5701d7f51fbf0858e0 1,564 1.00/1.00 vMB 32
660,145 660,145 00000000000000000007492abe4f54cfb351bb0b7a185001cf9ac343b932d3c0 1,723 1.00/1.00 vMB 24
660,144 660,144 0000000000000000000d722c31e08d4fabb954c59d99454b745e372d3146aae8 2,176 1.00/1.00 vMB 26
660,143 660,143 0000000000000000000a2ff543525821a8216c374a74cf0f505c82f2df5bdce5 2,307 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.63 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: 672.21 GB
    • Received: 16.18 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.