Loading Tool

Explorer IconExplorer

Memory Pool

80,453 transactions
29.95 vMB
0.12044216 BTC
Random Selection Loading Transactions
Max Size: 180.22/200 MB

Candidate Block

Mining Attempt 801cd1a5bb4b3f02147f3ad2b2907cce9ae7eae4023eefe47d917d02f380b1c1
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 9f51e1f16bb5d6d5c1d0e6e03d80091686daa878015563ab00bd7640c7f0f22f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,622
Size: 1.00 vMB
Total Fees: 0.04987101 BTC
Feerates: 242.90 > 5.00 > 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (251,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,079 664,079 000000000000000000010329ac8f8f56b7c103cc52e19e506eb4f6dce20f593c 2,222 1.00/1.00 vMB 16
664,078 664,078 0000000000000000000c142adc925ea2cb7b3a9f25f15c7e9d2e068be96a12a3 1,886 1.00/1.00 vMB 38
664,077 664,077 0000000000000000000bb18b1ca00cea79bc0aa2a33239095c7bcea3c4c6f2df 2,256 1.00/1.00 vMB 42
664,076 664,076 0000000000000000000be92fe4bfc0553c8fbb9e0eeb55f4bd50a37ca96d215e 1,194 1.00/1.00 vMB 74
664,075 664,075 00000000000000000004713b1aff3929eea98cbb67a5f934b6656da93cb05478 1,653 1.00/1.00 vMB 89
664,074 664,074 0000000000000000000dab471fa0c1bedd702ed98325ffb9d94dc397e4a3412d 2,483 1.00/1.00 vMB 114
664,073 664,073 00000000000000000003bfcefc1f4da781d3943d408b7df178bc055c201a7b20 1,018 1.00/1.00 vMB 17
664,072 664,072 0000000000000000000440f40a9bb81b3bf78473d756af3954d217516b3a77a1 1,458 1.00/1.00 vMB 11
664,071 664,071 0000000000000000000d1638ab3e1bb24d247f1ddd1c6d6acff0142ef05fb592 2,476 1.00/1.00 vMB 56
664,070 664,070 0000000000000000000e584585f7ddd13d305114e90064b0c4d55adf7bd84f6f 1,272 1.00/1.00 vMB 20
664,069 664,069 00000000000000000008589d8f83ea97f528a6542cd50e1c6a829715500e14f5 261 1.00/1.00 vMB 6
664,068 664,068 0000000000000000000844e2833135da6cb26bb26110b8adb149852af89ade73 328 1.00/1.00 vMB 6
664,067 664,067 00000000000000000000509acbb362c486608dd9653ef9cd64197c0d0323c1ff 1,528 1.00/1.00 vMB 24
664,066 664,066 0000000000000000000d185631218709ac424be17d1c2d545af5bcf0fbbcae88 1,778 1.00/1.00 vMB 13
664,065 664,065 0000000000000000000d0048c27f0263b159a5f15b147e6426aa8209ea6b564f 2,228 1.00/1.00 vMB 31
664,064 664,064 000000000000000000017c66e7346891d8931f250874b61640266055979090c9 2,606 1.00/1.00 vMB 19
664,063 664,063 00000000000000000009a158261b3bf7f052da12cb9a676eded21d6ae4530881 2,508 1.00/1.00 vMB 40
664,062 664,062 0000000000000000000a11b90b68969ae3809e816fb16a8aed00a15d1ab49548 1,433 1.00/1.00 vMB 48
664,061 664,061 0000000000000000000e5ac8accffaa7ba73e200354b799133a29464cac7b8a6 2,289 1.00/1.00 vMB 20
664,060 664,060 0000000000000000000c83a44631db885d262ff804ebde085f37f3d2d38521b9 2,411 1.00/1.00 vMB 15
664,059 664,059 00000000000000000008e8a9389c41e0e237a252aec8ece3bd2b83be926972cd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.