Loading Tool

Explorer IconExplorer

Memory Pool

83,700 transactions
30.94 vMB
0.08145656 BTC
Random Selection Loading Transactions
Max Size: 190.12/200 MB

Candidate Block

Mining Attempt c1a4277d830faf9decc961175fcbac5d8acb57a7ec1145e20f13d8af25d79a7c
Version 20000000
Previous Block 000000000000000000012eda0183874dd226146bb4d2949368770ce3a8fc35b3
Merkle Root 593ae9257a6f68f821592a2de868f879349bd0a1de4d141ad5f2f8ea54c27f00
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,357
Size: 1.00 vMB
Total Fees: 0.01196306 BTC
Feerates: 199.45 > 1.20 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,330 (472,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,660 442,660 000000000000000003435fc61ef44c56e3e85af74aa29ff7095cc98327439c6e 2,387 1.00/1.00 vMB 71
442,659 442,659 000000000000000003c301a6bacdfc88e83a1f4adf1d03fba5e1a24245cbeeb6 2,131 1.00/1.00 vMB 83
442,658 442,658 0000000000000000004fcb6c1682830b6f3b0e5ba4c145090d67bbc8f081718f 2,247 1.00/1.00 vMB 118
442,657 442,657 000000000000000002872f14f79b8168d094938f8d95b5701db37889bff9a42f 7 0.00/1.00 vMB 1,945
442,656 442,656 00000000000000000078d0b80aa51064a03db051bb39e8873deebb005d6afe19 2,411 1.00/1.00 vMB 104
442,655 442,655 0000000000000000018ae90fe0bce23284b46644d2f9d1ef9ab48b7c94ebfa7c 2,282 0.99/1.00 vMB 53
442,654 442,654 000000000000000000c8b92dbda2d06af59e522887fe73f5d32693838b3af016 1,070 0.93/1.00 vMB 61
442,653 442,653 000000000000000002d3638e95b8cedc2eb14cc8155fc433cb6e07219dabb685 2,640 1.00/1.00 vMB 89
442,652 442,652 0000000000000000035c5ceb6dc6e4c07c97317d7c8ad79d0380c08f122e205a 386 1.00/1.00 vMB 58
442,651 442,651 000000000000000002a722a9383615209248005d0f0ce5382ef58c765e973f9f 2,977 1.00/1.00 vMB 67
442,650 442,650 00000000000000000124130e86466d44468e2302fd77512e5dc44abeb2a150e4 2,584 1.00/1.00 vMB 76
442,649 442,649 0000000000000000023fb7c3454d0fd90f5d51896a4a24fe4553bcd44458ea96 2,521 1.00/1.00 vMB 97
442,648 442,648 000000000000000002dd870fafcebdc7a9ae1fdddf90e1c0f4e0a1555882c51f 2,114 1.00/1.00 vMB 106
442,647 442,647 000000000000000002a81151eb40fb4b0336208ea8d81a41bb477f61953d3c0c 2,400 1.00/1.00 vMB 94
442,646 442,646 0000000000000000020479cdd01156e3e26c5a4a09de32e69df48ae0611d5454 2,165 1.00/1.00 vMB 69
442,645 442,645 000000000000000001fcf77c726987c5646ba0b1c1635347e05da3292b1160b2 914 1.00/1.00 vMB 76
442,644 442,644 0000000000000000033626ec8a206255694eae8db9bec6da1b516070e7f2962e 1,178 1.00/1.00 vMB 81
442,643 442,643 000000000000000002a2d8ebfe010935e91f939850e08ccb59cca6d8e9be6fd3 1,249 1.00/1.00 vMB 98
442,642 442,642 000000000000000003963ea7056fcab47b3aae0767cd46e4d85a7dd8a6f7ecd6 1,743 1.00/1.00 vMB 80
442,641 442,641 00000000000000000370044127122447077137213b158d8f353f0ae0ec964e33 2,839 1.00/1.00 vMB 73
442,640 442,640 0000000000000000011e463b8670e25f4f0c3f3dda6401b1d2be26a51ffa2374 1,773 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.96 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: 715.71 GB
    • Received: 17.73 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.