Loading Tool

Explorer IconExplorer

Memory Pool

26,015 transactions
11.47 vMB
0.08887727 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.15/200 MB

Candidate Block

Mining Attempt 44e6447219359e5014f4d8f933a7e26a9cc9800419653d05005db46c8a1743c9
Version 20000000
Previous Block 0000000000000000000019007a617bca8f44fd0c41ccdf3831817d194cd0e466
Merkle Root 5339f85fc93757eb6195e306eda906ac5bf04f523caacf33d2d78923b9b09f2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,337
Size: 0.9979325 1.00/1.00 vMB
Total Fees: 0.06957340 BTC
Feerates: 101.66 > 6.97 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,588 (655,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,583 258,583 00000000000000019354f8add22e0907eaee2cb5aa4905a585fc4ed28c845e2f 654 0.25/1.00 vMB 539
258,582 258,582 0000000000000021cd67e35fe3569ef0a47d205d53e9dcb93f1553ba88e1ca55 587 0.25/1.00 vMB 676
258,581 258,581 000000000000001888a0c17f0fbef13c02436af3fed5e0abfef21870f9fde453 645 0.25/1.00 vMB 365
258,580 258,580 000000000000002427082dc4442670b791893f48f558ca80ce4f91c7c82e57b1 689 0.25/1.00 vMB 123
258,579 258,579 000000000000000b9607fe2e40fe9f71856063766f53d9eb7818e3c4a6bb6676 249 0.25/1.00 vMB 34
258,578 258,578 00000000000000014e7c88583b3967b12dad8003511ae6a432c7be7e03dde5da 511 0.25/1.00 vMB 53
258,577 258,577 0000000000000009225f83d4bb9e17e428c695aa94b7f3432714acb04cba9b41 376 0.25/1.00 vMB 108
258,576 258,576 000000000000001fb1c80d458027cde3a13e40d00ade1b2c93e76b2377d10fd2 609 0.25/1.00 vMB 150
258,575 258,575 000000000000001a9ffd9e3ed34aa0e7c6617c818b5b9acf3b5d16a180a6c46d 596 0.25/1.00 vMB 89
258,574 258,574 000000000000001a175f0ed9af37650baa559141968fc16205616f088cf23e5f 256 0.09/1.00 vMB 316
258,573 258,573 0000000000000020dbbf902e31df208a1e0dc70c9585f8ef27c79afbcf5a3189 143 0.08/1.00 vMB 78
258,572 258,572 0000000000000013be7f6d118e187c54cc32a591b33bc9d97e34f12581119a6f 806 0.38/1.00 vMB 95
258,571 258,571 000000000000000e81d29d0a729aad36c3985f106e8c4be3e428cde768cf1623 238 0.11/1.00 vMB 366
258,570 258,570 0000000000000012801720ff10ec105f71d2551c6758929c2ff739ff8865707a 145 0.09/1.00 vMB 112
258,569 258,569 0000000000000021cf67181f874a32c20cbe8a1cebde49486f48e5e900102b50 553 0.25/1.00 vMB 96
258,568 258,568 0000000000000011de941c86b628f923274d886e8ce832bf1061c65410a417ef 657 0.25/1.00 vMB 97
258,567 258,567 000000000000000d80079a0a8a4339e082d5dc53a5227242b1a7c69822cc1efb 662 0.25/1.00 vMB 950
258,566 258,566 00000000000000214581e27663f2a5fc1e1142030cf6e1c634274781f98daab6 104 0.05/1.00 vMB 91
258,565 258,565 00000000000000169a7819754b5d5bdd9faca99443990936c8b741415b817ccc 1,100 0.44/1.00 vMB 101
258,564 258,564 00000000000000192d9160375602a2535ff636c481c1f9a92696bb589d164e9a 703 0.28/1.00 vMB 116
258,563 258,563 0000000000000021b90d1c5e25a8053d5ddd85c0a4cde75f8ae5d410aa571787 626 0.26/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 779.89 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: 454.43 GB
    • Received: 2.55 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.