Loading Tool

Explorer IconExplorer

Memory Pool

78,764 transactions
29.59 vMB
0.08877551 BTC
Random Selection Loading Transactions
Max Size: 178.58/200 MB

Candidate Block

Mining Attempt efa4a97c09e3f29522d88dee2540ccc2770f59dcf6bc4a619b69227b8467d148
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 7d3a04008c1cebe061124347803d76c8ea03fbf78e26e10e0148fee1248a6bb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,390
Size: 1.00 vMB
Total Fees: 0.02391964 BTC
Feerates: 251.00 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (418,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,820 496,820 0000000000000000007c067b68298c81def419f026ba00535d3133e3e257a1fb 1,767 1.00/1.00 vMB 164
496,819 496,819 0000000000000000003378077d356027b50098b7a314337250596661f099fcbf 2,078 1.00/1.00 vMB 162
496,818 496,818 0000000000000000001dae11b6861478872366e23a248300a0d6c03651067616 2,682 1.00/1.00 vMB 226
496,817 496,817 000000000000000000a0b8b90d1692c92598a361ebfecbda410ac94f801e5c6b 2,457 1.00/1.00 vMB 191
496,816 496,816 000000000000000000c76e31baa382c431b97030d003de9e7f235f07abbf3f42 2,652 1.00/1.00 vMB 168
496,815 496,815 0000000000000000007dd568d2a3f7424c69155464cfb1cc99c8f4c2d17469c8 2,703 1.00/1.00 vMB 97
496,814 496,814 000000000000000000b24e6301b78cd7c19473ef7aa0a80097978440e9918ac7 2,204 1.00/1.00 vMB 153
496,813 496,813 0000000000000000004610810b608a2b62ee58e2f3c330a337c5f530b6a23abd 2,355 1.00/1.00 vMB 199
496,812 496,812 000000000000000000058501e776d06bbc7c5996b78a529021314e9f268f856a 2,305 1.00/1.00 vMB 141
496,811 496,811 0000000000000000004dea95f8da793f812684967255aa27d3a75e6a44fb283e 2,224 1.00/1.00 vMB 145
496,810 496,810 000000000000000000b9bdf239b06bf51bad922c73ea005e0303cf58644e2069 2,078 1.00/1.00 vMB 204
496,809 496,809 000000000000000000729c3f0d310ed246370b0ab829f9d79251240da8764b86 2,465 1.00/1.00 vMB 189
496,808 496,808 000000000000000000a3a476360dee98c7e48fa4d2b5efbbe5ccf33522cc8130 2,674 1.00/1.00 vMB 109
496,807 496,807 000000000000000000ae87d6d3ee8ef861ae92a35bd154ecbe9aed7dd2db1f9a 2,362 1.00/1.00 vMB 182
496,806 496,806 0000000000000000002bb90189b4c5a19089d21ca19d4a5ef44b09463905f599 2,206 1.00/1.00 vMB 134
496,805 496,805 000000000000000000cefd9cce93e15ba0b78f6d897880a0e84d6fc3b0d9c8ef 835 1.00/1.00 vMB 100
496,804 496,804 00000000000000000054eb7c2e27ac1f39a9099b93638846847a746a9f351f0c 2,214 1.00/1.00 vMB 147
496,803 496,803 00000000000000000099b3ffc59dbe3aa2df6ebfd2517d2e7d93d70aa11db109 1,997 1.00/1.00 vMB 142
496,802 496,802 0000000000000000005a86aeda7a2f8e4b0d315a1044afdf40b4ec34ea7d2a08 1,876 1.00/1.00 vMB 168
496,801 496,801 000000000000000000818dd1fb90ab5f300d3570de651d396e6f00e6541d74d3 2,146 1.00/1.00 vMB 182
496,800 496,800 0000000000000000009f229fd4bdd548c4f187a74d64ee132db27c9e5cb8a5fd 1,702 1.00/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.