Loading Tool

Explorer IconExplorer

Memory Pool

80,824 transactions
29.49 vMB
0.10168613 BTC
Random Selection Loading Transactions
Max Size: 179.59/200 MB

Candidate Block

Mining Attempt 181e300a3ef5c71ba587642089869e1000d2a1538b3fb0e7e2db3a5b50d57548
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root c24d5456edd740eecacb182c14441a514342fae151de333d428fccf247c421e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,197
Size: 1.00 vMB
Total Fees: 0.03968834 BTC
Feerates: 146.36 > 3.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (450,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,060 465,060 00000000000000000046911ef2a3e5c8c1d26d9886093c1d1678784eb6a45cc9 2,543 1.00/1.00 vMB 165
465,059 465,059 000000000000000000b46df72d4eaca1e7341fec4e019cc0382771f582d8afa2 2,184 1.00/1.00 vMB 171
465,058 465,058 00000000000000000159804186d15824e47a3549f335210c4cb87ed7f4904904 2,580 1.00/1.00 vMB 230
465,057 465,057 00000000000000000051ad91f6065fa6bfe8cdbbb2d81e188f380a07d03bc032 1,617 1.00/1.00 vMB 189
465,056 465,056 000000000000000000bbb6eac1eea66db15cf4896fa0b511efd1278503a723e0 2,253 1.00/1.00 vMB 222
465,055 465,055 00000000000000000082b1a0e22de3212f63e98691bb7808cbf8f051887bc4a8 2,366 1.00/1.00 vMB 209
465,054 465,054 0000000000000000020992dbfae7b9af83f0e89e9fa83419bb115c8b47fa380a 1,281 1.00/1.00 vMB 135
465,053 465,053 0000000000000000017d5d3738544414b46afd10cad22d957131019e1fdde1c8 2,358 1.00/1.00 vMB 167
465,052 465,052 0000000000000000019eb0a51f27b092643d64b3b9688afe13c4eef6355f2ccd 3,310 1.00/1.00 vMB 134
465,051 465,051 000000000000000001a13c69162cfb6fd6e44145446aaf68ccbdf756df8caa0b 2,819 1.00/1.00 vMB 129
465,050 465,050 000000000000000001b44724818e0f6c7e022ca35b236cc920502a0533690a77 2,016 1.00/1.00 vMB 164
465,049 465,049 000000000000000000fd07fdfc9afa791ffa990aa8da4ca1decc6b51c04eede8 2,210 1.00/1.00 vMB 168
465,048 465,048 00000000000000000021724532ee37f0923a58f03895cb04baabeaeae0972496 2,151 1.00/1.00 vMB 238
465,047 465,047 0000000000000000018c80eedc807df114c97d74d341c3cb931d6fe991a5d883 2,882 1.00/1.00 vMB 170
465,046 465,046 0000000000000000004d6381164355a47734c46c02d7647bc11d525f74045a6e 3,461 0.93/1.00 vMB 144
465,045 465,045 000000000000000000803c4c32ab0e7feef42d43951bc036cfb20067a6807bc7 3,354 1.00/1.00 vMB 129
465,044 465,044 00000000000000000084d306ca5eb02a5b5ae5a3bfba48da7fe7ca456ef7379b 1,946 1.00/1.00 vMB 131
465,043 465,043 00000000000000000099cbe5f7b77f6240ba3b549dba865b33de16b7f81c5baa 2,297 1.00/1.00 vMB 163
465,042 465,042 000000000000000000dae920721119e2108c7300fdc92887052e9028dfb18a28 3,038 1.00/1.00 vMB 139
465,041 465,041 00000000000000000079a15683829a75babc3b30aff9c696e4fdbc1921b840de 1,980 1.00/1.00 vMB 219
465,040 465,040 00000000000000000114aa87c1fd8dcd8f5d09aa28b1a1b910aabad6a04ce5e7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.