Loading Tool

Explorer IconExplorer

Memory Pool

68,974 transactions
37.30 vMB
0.17146623 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt ced58349c86ca4639cbe0070a456409416e264267fd60c3f468ae8b3f86ea2ab
Version 20000000
Previous Block 000000000000000000018eb5aa3d4a22f845fc40e3951e74631990c6eb927a84
Merkle Root 2ad238b2c2ad09dd1e360204feeaf85854fa94dbe8cba7f6e9e17485f39a6361
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.06721444 BTC
Feerates: 200.91 > 6.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,405 (809,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,139 105,139 0000000000002999ea5c7617e27faf0552589d3c3113546388e4fd8a63cfab0c 3 0.00/1.00 vMB 1,506
105,138 105,138 000000000002b12126b420eb49251d066c9113bc53eaf968a34c94d130cf850f 12 0.00/1.00 vMB 0
105,137 105,137 000000000000f880ac83ac6fddcbf20dd6daa50123874338a23fb4b709d76075 28 0.04/1.00 vMB 52
105,136 105,136 0000000000004fb455b1fe8ad5ee7fe973c62691365e3e7b30aa776be8f81d40 2 0.00/1.00 vMB 0
105,135 105,135 0000000000020729d7157c3239565a6b9a1b7a07de66523314c5430f20d08b93 1 0.00/1.00 vMB 0
105,134 105,134 000000000001dbc957fbe83e9d38aed40c9e083b830c36890d538726b24ae1d0 1 0.00/1.00 vMB 0
105,133 105,133 000000000002e6ad5ceb15cd6be3f2a230f04e7f41d8439920c0248d6b9959c3 5 0.00/1.00 vMB 0
105,132 105,132 0000000000023c6444e94ca0f5240470778bf7511e32a727a07afa476ec3087f 18 0.00/1.00 vMB 0
105,131 105,131 0000000000029e8065ba8478a4ccae35db2c0ef7cf303b0644b5e0c61569c504 1 0.00/1.00 vMB 0
105,130 105,130 000000000000891413d31c8fea777d564f63102bb167a1fc7529e8c41aa42239 4 0.00/1.00 vMB 0
105,129 105,129 000000000000d1f9e0440a174eafbcf3c3750fd762d497f8c561e0b4b317c081 1 0.00/1.00 vMB 0
105,128 105,128 000000000002550908d020e221d37830c97f473a4fe587f1ef5f49af9ea52b72 1 0.00/1.00 vMB 0
105,127 105,127 000000000000757c448fb8673ced6b9a2dcb51f9fba35e4aca723d1f3203436e 5 0.00/1.00 vMB 0
105,126 105,126 0000000000021263c67509fdd4c582a1cbf29b48ecc4502ecc936e62c095aad4 2 0.00/1.00 vMB 1,712
105,125 105,125 000000000001ff11de357f3e4d3d22e7c3cc2510b1677f252b333cb0279a0c4f 3 0.00/1.00 vMB 0
105,124 105,124 000000000000091a316f9c07666670f44ce2d668ba34044c3867922402c20495 2 0.00/1.00 vMB 2,475
105,123 105,123 00000000000187d530439a110a8b77b605c973bfa047b88e7d2f710e008f8f7c 1 0.00/1.00 vMB 0
105,122 105,122 000000000002b21629f6a13c667509f87ecad76eb2b507c330a0a7ba379fb8da 1 0.00/1.00 vMB 0
105,121 105,121 0000000000017b09187c0f40fbb45430ad14a2ea0290cba9942546cf2e96bacf 1 0.00/1.00 vMB 0
105,120 105,120 000000000001a9254c6abcb7ffa51931d6b8949e92692ae13c55d76895ec4064 1 0.00/1.00 vMB 0
105,119 105,119 00000000000238751d654eb685c9a729721e5900824717c74a691d2418df649d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.32 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: 601.18 GB
    • Received: 10.11 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.