Loading Tool

Explorer IconExplorer

Memory Pool

81,133 transactions
31.12 vMB
0.09151655 BTC
Random Selection Loading Transactions
Max Size: 187.71/200 MB

Candidate Block

Mining Attempt cad8798547bbdf7596226130e631438b86c714120e6c3c2fd9deec04e5b2fdb3
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 482ce0b3ba7bd3b7f50bd9c34f53b2dcce870918b57359a846ea8e20d63a7f86
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,444
Size: 1.00 vMB
Total Fees: 0.01885265 BTC
Feerates: 45.88 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (212,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,222 703,222 0000000000000000000aed701b53a8750db7699c1f82113c723abf56040005cd 208 0.23/1.00 vMB 2
703,221 703,221 00000000000000000007de73eff6e883d1c54a70042c70ecade564a639452dde 1,631 1.00/1.00 vMB 7
703,220 703,220 00000000000000000007c42b39269be50214126ada95d431be14b54a0cace706 1,822 0.63/1.00 vMB 8
703,219 703,219 0000000000000000000135a2acc2475e8f037981bf6abc61e9d09a0c41c86d18 1,401 0.45/1.00 vMB 10
703,218 703,218 000000000000000000005d562f8b99020c54aa7584cbd0231c23217c24d2ca8d 1,198 0.39/1.00 vMB 9
703,217 703,217 00000000000000000002f391019ab21e1a3799af0df7aa4842d429b5ff7006b7 853 0.29/1.00 vMB 6
703,216 703,216 0000000000000000000c0cadea56ea9b83f7d0a0ab6486f06bbe8109ff71799b 2,871 1.00/1.00 vMB 12
703,215 703,215 000000000000000000033fdf636ca277ac34ffba289297a58759984620ff3d32 956 0.35/1.00 vMB 8
703,214 703,214 00000000000000000002221f7a72cb1af8a42e5451a2e9dea71f9fad38f9745c 421 0.17/1.00 vMB 10
703,213 703,213 000000000000000000049bf1127ecce11f03a36b0a964ad1fab130b854303b51 985 0.42/1.00 vMB 10
703,212 703,212 0000000000000000000ddb005823e4da5dd40cec11c60a2846d3b420643a3ebe 636 0.43/1.00 vMB 5
703,211 703,211 000000000000000000086d170ff014cf77129b8bbb9d2b229c7177be44861f2c 982 0.41/1.00 vMB 9
703,210 703,210 0000000000000000000be89267fc07f6838e783edef5fa4cf34495a3a3405333 399 0.76/1.00 vMB 5
703,209 703,209 000000000000000000009502b0dc57a471f272d9a990ad96ad0859b52b12152d 1,493 0.58/1.00 vMB 11
703,208 703,208 0000000000000000000aac888169d0fd3b6de72034d8fb52cd389bc877d70247 2,821 0.92/1.00 vMB 10
703,207 703,207 00000000000000000009b983110fafe854cf4b4de8596e152d548f61817eecd3 188 0.12/1.00 vMB 8
703,206 703,206 0000000000000000000acd9501203a116792b71b7dfa36c91b05088c111f0c2f 382 0.20/1.00 vMB 7
703,205 703,205 000000000000000000071ecf160fe3b0bd002523c44cdb39ca0e055421488f81 565 0.39/1.00 vMB 6
703,204 703,204 0000000000000000000aa1b61b08eeb43e567610d7be805cd0ecf8917815f5fc 628 0.22/1.00 vMB 13
703,203 703,203 000000000000000000057750451af2ff75bc16ce332a9293f314e3554684eeb1 1,287 0.47/1.00 vMB 11
703,202 703,202 00000000000000000007003874c63123af69fe2ae2911c452e29cee607444c69 560 0.16/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.