Loading Tool

Explorer IconExplorer

Memory Pool

43,550 transactions
27.03 vMB
0.08215757 BTC
Random Selection Loading Transactions
Max Size: 141.44/200 MB

Candidate Block

Mining Attempt b7a8b70858f269011758c1c27723f71837cddb7e0c47d5252cbb79bb94537e80
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 214ca686e5b344779b4a67fabca8a95e41af710133a40b8aafbddb10b7cac5a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,149
Size: 1.00 vMB
Total Fees: 0.03057570 BTC
Feerates: 150.93 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (538,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,524 376,524 0000000000000000036936729fc15b74b74e774c9be941ce6109be2952276865 334 0.20/1.00 vMB 27
376,523 376,523 00000000000000000368227ec1de9c27c14d23cb7be9e9f38c0082db79a87c49 1,420 0.64/1.00 vMB 37
376,522 376,522 000000000000000010b0f550562b743c2e4dc5af0385ea58a6ece32d8783a091 850 0.36/1.00 vMB 39
376,521 376,521 00000000000000000a467958096f9e6c3f7bc8332d58d6d508dd4e965923d8e8 1,297 0.85/1.00 vMB 33
376,520 376,520 00000000000000000ca626374f25dadbbb9245e60563a4d876f3c73070ad3849 1,138 0.65/1.00 vMB 33
376,519 376,519 0000000000000000102f6eb0772c453a0ad0e10a6f720f41a7f008a7d329ef66 233 0.12/1.00 vMB 31
376,518 376,518 00000000000000000430194cb6c745b5ff40c38de5436d511b25a1bf155a9801 870 0.43/1.00 vMB 34
376,517 376,517 00000000000000000d71c900b3d05117b6bb1163ab9c8a11134a40eac5edce8a 554 0.47/1.00 vMB 21
376,516 376,516 0000000000000000039c5870fa13328e17c0943a8cb5e4a6d4766ba4acb10db0 116 0.10/1.00 vMB 22
376,515 376,515 00000000000000000e26c3795e161b06566dd1b87c5d470cad0fa6256fd0f1b3 1,268 1.00/1.00 vMB 21
376,514 376,514 00000000000000000a3c4450221b2f2698249be313c989facd6609d5d0259207 1,910 0.95/1.00 vMB 36
376,513 376,513 0000000000000000032420ad2987adc954df855f9ae10cf608e911b431f640e0 2,375 1.00/1.00 vMB 48
376,512 376,512 00000000000000000878f1a8f1cbe086b67ca034364cbbfbf6e29477d16ed4a4 671 0.34/1.00 vMB 34
376,511 376,511 00000000000000000947a884304a9a2b18b81567826fc7203eca8ef9920e21f2 265 0.14/1.00 vMB 29
376,510 376,510 00000000000000000cae8ea24cdaf18d2a02e6d15fba7bfed8f004719669641a 1,632 0.87/1.00 vMB 31
376,509 376,509 00000000000000000d74f5def1087f3ec1571cb468e471e71f96063253988c78 458 0.22/1.00 vMB 32
376,508 376,508 0000000000000000102a6f3df49b7e976c70af7ce77ccf09f61bc839da66ee3e 636 0.29/1.00 vMB 39
376,507 376,507 00000000000000000a177d1acd6a996e361958b12b969d0309cf3f17b41e1429 350 0.17/1.00 vMB 33
376,506 376,506 00000000000000000c04a5564fb96b1acc670e784918692ee7c0c7f62e47716c 1,055 0.62/1.00 vMB 30
376,505 376,505 00000000000000000d20d1d0389410615681bcb138a4e7e4cb1e4e750175111e 1,551 0.77/1.00 vMB 35
376,504 376,504 000000000000000000bfc2a1e79ece40d9b242ab5b0aec20d70a9b587a6ee6d7 249 0.18/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.