Loading Tool

Explorer IconExplorer

Memory Pool

37,155 transactions
29.23 vMB
0.10954726 BTC
Random Selection Loading Transactions
Max Size: 145.12/200 MB

Candidate Block

Mining Attempt df9928e6b96c456c5d9da1a2e0f0ba71dcca3310640f4c0bb26f82a464607e03
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root 16654677d6d3518635999809e327619c929071edf995da66f920062fa5eac199
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,654
Size: 1.00 vMB
Total Fees: 0.04385307 BTC
Feerates: 194.93 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (454,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,831 459,831 000000000000000001dd9607859bb7a367a0db89f0a0dc8cb7ced9964223bed1 2,540 1.00/1.00 vMB 149
459,830 459,830 0000000000000000007cadb1a89e69b3128fe9dc8f9366dcdb8fdf53cd6c4352 1,644 1.00/1.00 vMB 124
459,829 459,829 00000000000000000169175323872a0c377fbb37d40445dbafe01b7f3fef3d8b 2,874 1.00/1.00 vMB 122
459,828 459,828 000000000000000000b5ed100ec172ee60e475cbb1b7e9643665c3c8ab2fc599 2,142 1.00/1.00 vMB 138
459,827 459,827 0000000000000000013463ddd03e5dcd38e4c800ed7879903564a2b1f42fc164 660 1.00/1.00 vMB 149
459,826 459,826 000000000000000001a257e66a5fdf7362f6df9cf446f3d4daebefa52c6e2772 978 0.99/1.00 vMB 158
459,825 459,825 000000000000000001a56c2a3ef34ecd2262bec55feed0b14d23f373b44c4a2a 959 1.00/1.00 vMB 166
459,824 459,824 0000000000000000014d0553b282f1c193070a31b67e83d227a13258cf8ad957 2,081 1.00/1.00 vMB 172
459,823 459,823 0000000000000000003c126784c1f3f66d76b6cabf68e4fd37090f27e6cc3178 2,568 1.00/1.00 vMB 218
459,822 459,822 0000000000000000008b8ca3631aea6c7fa7ea8541b6d3e0b80e8a68a5218d50 352 1.00/1.00 vMB 133
459,821 459,821 00000000000000000104e45edf4ad3546693c032b3cc294b6d5d699e70fcf12b 1,325 1.00/1.00 vMB 129
459,820 459,820 0000000000000000006a26263d21283e6df41177dcb9f200ff8e417e04f2745f 2,203 1.00/1.00 vMB 154
459,819 459,819 000000000000000001546cc8d8667bfef5bd8b4eca67ba34cb6f58c35507fe92 2,730 1.00/1.00 vMB 218
459,818 459,818 0000000000000000000f520addc2ca9cf343f3dfc53b70ad02c397eecedfbfe9 2,784 1.00/1.00 vMB 221
459,817 459,817 0000000000000000018ff298a87c09924c1bb5bf3daa5243321e0cc0639ef1fb 3,019 1.00/1.00 vMB 335
459,816 459,816 0000000000000000004eed44d761bcedeed934fb301e04a37aa6bb85b42981b3 2,007 1.00/1.00 vMB 175
459,815 459,815 000000000000000000976bfc92f8b45d7d2eb112f1705ae44ed751b3d61ccb19 1,196 1.00/1.00 vMB 353
459,814 459,814 0000000000000000021faad1cbab5ccf697085976bd535f4d5946014a3428636 1,753 1.00/1.00 vMB 227
459,813 459,813 0000000000000000007b8ada23e0d8d054420e3320acc6ac5da09bf135e7d583 2,264 1.00/1.00 vMB 149
459,812 459,812 0000000000000000015443062597c38f532bcbb0085e66a26a6184a7f96a4a0c 2,530 1.00/1.00 vMB 218
459,811 459,811 000000000000000001a04ace6390273bcecbe2b07603853987306c2c72723042 2,940 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 781.51 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: 612.64 GB
    • Received: 11.04 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.