Loading Tool

Explorer IconExplorer

Memory Pool

40,110 transactions
27.20 vMB
0.05590590 BTC
Random Selection Loading Transactions
Max Size: 141.30/200 MB

Candidate Block

Mining Attempt 8d21a4c38284d0945621e0b617cb4f1a7b6062c78c353d80a140149e11b1d03e
Version 20000000
Previous Block 00000000000000000001efc6ef29afb06af1d34a1a418adad7d70a52f0b7c848
Merkle Root 439a1e11292f16fb8e1a71285a2bc4fe412d64493f828eb41d0b5d78cea61639
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,336
Size: 1.00 vMB
Total Fees: 0.00484563 BTC
Feerates: 50.24 > 0.49 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,258 (845,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,723 68,723 00000000011bdff4eba3a15d88928095fe44f61765de8b7b2af05f555675b129 7 0.00/1.00 vMB 0
68,722 68,722 000000000131b1a7deefa8059ecdb6dbc1c8dc668921f4854302c2f43577f62d 13 0.00/1.00 vMB 0
68,721 68,721 0000000000aaad4d5f7035ff22a0e0ec62c393852bdce27978097589be378920 2 0.00/1.00 vMB 0
68,720 68,720 00000000011ed9e86429ab02a2a5730b9ff2dd816dfe477be0a10f401568609a 6 0.00/1.00 vMB 0
68,719 68,719 000000000155b15556861cb02807e9eeb76285ee9cf78ce8b1e758645a0722d8 11 0.00/1.00 vMB 0
68,718 68,718 00000000014836a8d755d493d62811b8de96b87d81e8ffc3e1a633dad96e2be6 1 0.00/1.00 vMB 0
68,717 68,717 00000000003590ee2b360c5ba7597ec4708a6aecadc9e4614089715432d2e9c0 5 0.00/1.00 vMB 0
68,716 68,716 0000000000f5783598367a8899ec2288aa9817143f904052bafa662ab6a63709 1 0.00/1.00 vMB 0
68,715 68,715 000000000001fdcd9a1443dc9c3c451cb8faa44f3680166b17dd67470d01c8be 6 0.01/1.00 vMB 0
68,714 68,714 0000000000358cad6825b1b5e3a496a6f913b997dd91476081d4dfe51feddfbe 1 0.00/1.00 vMB 0
68,713 68,713 00000000014d112984956832483cf362f7460c26f283bf11ff3b99c9a76997cf 3 0.00/1.00 vMB 0
68,712 68,712 00000000008b7396137320c2aa08079c8a023dbf4c5eaa948f32ab6cdcd9f4c1 2 0.00/1.00 vMB 0
68,711 68,711 0000000000af21ab10ef6f5e41e8f9460e26fc9a2cbaf204697dbaab0a7f1ca9 2 0.00/1.00 vMB 0
68,710 68,710 0000000000ed3650774e0ac7ea524cc9c1b30bf7abf4098791a18ff6350038c7 3 0.00/1.00 vMB 0
68,709 68,709 000000000021b029d8545201d87c77b5629aa76511324eccbeb2609c65523eef 2 0.00/1.00 vMB 0
68,708 68,708 0000000000a054deb10c9f5320bec410c2f8dc422669850b800b152bd4766b45 1 0.00/1.00 vMB 0
68,707 68,707 0000000001489df24527588d8e5f1931acbdf6e8bb1c4f13039ab0f181ed16d8 1 0.00/1.00 vMB 0
68,706 68,706 00000000015654306ec181945d81e57cf1b6eb09b3cdc31be848773e5a4b4d00 1 0.00/1.00 vMB 0
68,705 68,705 0000000000fb1dc2ea320c92a00c346dfa79c5ea18ba9115f69a27e38626ca2c 1 0.00/1.00 vMB 0
68,704 68,704 000000000078e37a4070fc52269e94f26b287553d4f4dea5fe50bd6e171beefe 1 0.00/1.00 vMB 0
68,703 68,703 0000000000bd8f2ea8487439361e0a3dd473bcddbd0a16149db20bdd3e3fd187 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 577.59 GB
    • Received: 8.61 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.