Loading Tool

Explorer IconExplorer

Memory Pool

39,415 transactions
26.29 vMB
0.05882828 BTC
Random Selection Loading Transactions
Max Size: 136.53/200 MB

Candidate Block

Mining Attempt 78d3be3a7fc071c2b29a300f159e74983900759e0bca182727721487ece59fda
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root ff3d5c8d9c274838d4b387a0c1c2390f5aadfbb55825c0a0c0f14b4f49f08d35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,545
Size: 1.00 vMB
Total Fees: 0.01069850 BTC
Feerates: 50.62 > 1.07 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (331,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,571 583,571 00000000000000000010fc18907643e202ea20da8ec3ecafcb6766cd362031de 2,784 1.00/1.00 vMB 85
583,570 583,570 0000000000000000001c51dd6c5bd1adc978d322aacfd2b9234c406923554de1 2,211 1.00/1.00 vMB 48
583,569 583,569 0000000000000000000d27ca71e897f0e35348da359117309722b24fd6a84b78 2,787 1.00/1.00 vMB 21
583,568 583,568 00000000000000000001a2df9ca03efdc07e794919bb2d87b02345df54d99049 2,086 1.00/1.00 vMB 42
583,567 583,567 0000000000000000001a4451bc4cc4887c4f32169f6e2d583256d853e75a1f0d 1,058 1.00/1.00 vMB 23
583,566 583,566 0000000000000000000dd4abb63dc489bd7107789f1b4f59ddd1a0d06df51970 1,983 1.00/1.00 vMB 61
583,565 583,565 0000000000000000000a066514b4f8c86d1b8cce70cf210f105777268404eeb7 1,709 1.00/1.00 vMB 42
583,564 583,564 00000000000000000021db32a98fbd26d6e6ea78ea20deb047b3a2b143bb8ebf 3,333 1.00/1.00 vMB 89
583,563 583,563 000000000000000000189af7e0e26820c99e9ad45a760f22e035c5a53e64b386 1,421 1.00/1.00 vMB 61
583,562 583,562 000000000000000000144bd1e9336b470a56bba20304ea795f802e9328ec01bb 2,642 1.00/1.00 vMB 53
583,561 583,561 0000000000000000002251a9f58cf347cdae6e41ab5f511c926a79d3c7e31b7c 2,710 1.00/1.00 vMB 101
583,560 583,560 000000000000000000166bbf29a37024fe034ba9758aee78641a77ec05dcca5d 2,472 1.00/1.00 vMB 71
583,559 583,559 00000000000000000001ee26ec1857c3415c79e4891a61666d55122e96ad8633 2,690 1.00/1.00 vMB 87
583,558 583,558 00000000000000000008c2af69693ad32a0f0c7790752b697387bce859bf16a8 1,538 0.69/1.00 vMB 69
583,557 583,557 00000000000000000007534e65eaa67af60824705635b963a4291230a1163fb3 2,252 1.00/1.00 vMB 56
583,556 583,556 00000000000000000019f192724d8e4a68a1845eb68f7ccb210fa6237116d58f 2,410 1.00/1.00 vMB 77
583,555 583,555 00000000000000000018da64e9d27894949fffc8d959dea2881b4fbe51977695 3,383 1.00/1.00 vMB 130
583,554 583,554 0000000000000000000b18e50ec5a549a6e8d0dba1ee6f9002e4ed48fb11b129 2,454 1.00/1.00 vMB 63
583,553 583,553 00000000000000000012ec94c62d4235bd6d167ce4a5715093a1bd54ea63c8c3 2,395 1.00/1.00 vMB 62
583,552 583,552 000000000000000000225c7e928b6407ad611148fd1e1b14e13af7727a97ca65 2,579 1.00/1.00 vMB 106
583,551 583,551 000000000000000000220506c508ff624588242d47cd1b5f2cf43403f16180cf 2,619 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.22 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: 654.69 GB
    • Received: 14.16 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.