Loading Tool

Explorer IconExplorer

Memory Pool

81,511 transactions
29.87 vMB
0.14291942 BTC
Random Selection Loading Transactions
Max Size: 181.00/200 MB

Candidate Block

Mining Attempt c3e096e12dfbbcec4a4e53aa82db87b0e227eb9abe0104c4630976c9f134c3c0
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 30c225ee156491d0b34c7bdedde9978189a0125f60b30091f9bb95ea304c4dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,747
Size: 1.00 vMB
Total Fees: 0.07495124 BTC
Feerates: 101.65 > 7.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (365,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,443 549,443 00000000000000000002ab84ca0634c4eebae98f471b5f49faa07c82f42e94db 3,261 1.00/1.00 vMB 14
549,442 549,442 00000000000000000009636519364378c1db859d41f20f476bca69702360a1fe 2,588 1.00/1.00 vMB 25
549,441 549,441 00000000000000000007bf5dcc451b51bae3c2ef340e98b804c1d5b2d3cdc067 2,282 1.00/1.00 vMB 19
549,440 549,440 00000000000000000001e3c18b0afb2d1160eed2504617c5a918f06691b15b43 2,170 1.00/1.00 vMB 29
549,439 549,439 00000000000000000020e01187b3284e4fe8045ee2ac0db6105bc071f74f5fcc 2,347 1.00/1.00 vMB 39
549,438 549,438 00000000000000000012473f25c556703b265acfdad7ebce198aa15962de7f5b 2,640 1.00/1.00 vMB 10
549,437 549,437 0000000000000000001cf1e8a162bb46042192db481691e7a6378248f0143bd3 3,289 1.00/1.00 vMB 24
549,436 549,436 0000000000000000001c239c45bbaac8b405a2f241f818f1c2ff3b7f1796719f 183 0.06/1.00 vMB 26
549,435 549,435 0000000000000000000434d53958471f351142464b22032cbc413960423d9161 3,154 1.00/1.00 vMB 7
549,434 549,434 00000000000000000017f2b7ec2636fa07e66e197b118b8f75aca9c853edb3b5 2,903 1.00/1.00 vMB 17
549,433 549,433 000000000000000000167c7394e3c60a8c75211f3214c3e6ddc133200916219e 3,411 1.00/1.00 vMB 29
549,432 549,432 0000000000000000001c312e0f663d3302f823b0e1de8f8725525a4076f666e3 3,086 1.00/1.00 vMB 25
549,431 549,431 00000000000000000002e6aa750baa1813483c6dd3ac6ac693b5a34498426a00 2,008 1.00/1.00 vMB 11
549,430 549,430 0000000000000000002019eb37f831af0a06a5fcbda0ebf93aabd54f2ed3227a 2,595 1.00/1.00 vMB 12
549,429 549,429 000000000000000000219a2cbdb61623f3615af74c50cf9391d8318ea527a0b7 1,684 0.52/1.00 vMB 22
549,428 549,428 0000000000000000000e74db20e8979095756d2bd9ffa8d7334d33d616a99c41 1,041 1.00/1.00 vMB 2
549,427 549,427 0000000000000000000158002c87d8b67aeb1234fce94813c15197019bcc2550 979 0.36/1.00 vMB 24
549,426 549,426 00000000000000000000692b1ab30b2c90eb2aca68157be6483ec9e207fde745 2,684 1.00/1.00 vMB 16
549,425 549,425 00000000000000000020bae8fe81a2336646a7cc88a2b1fe6d98ced1694c8a00 2,873 1.00/1.00 vMB 20
549,424 549,424 00000000000000000004959001d452ba9b36a3e92812603204abe7887e04c4cc 2,465 1.00/1.00 vMB 6
549,423 549,423 000000000000000000137b9d0013703a5f86069133ce5ed90b3a06c54e06be90 2,965 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.