Loading Tool

Explorer IconExplorer

Memory Pool

81,911 transactions
31.47 vMB
0.07880590 BTC
Random Selection Loading Transactions
Max Size: 191.25/200 MB

Candidate Block

Mining Attempt dec9ad283def832e9a8fffc3da96386ff11fdd125c699b9572f3840fe0e0e7a4
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root 808f68b9b6e92676f8a8c9938fcba4a129804d3744815fefa57c9682d7feb604
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,786
Size: 1.00 vMB
Total Fees: 0.01058047 BTC
Feerates: 150.61 > 1.06 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (464,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,811 450,811 000000000000000001b508cc0229b4e15bd90d7e0b51e3098ffccee0bdca3d42 2,255 1.00/1.00 vMB 108
450,810 450,810 00000000000000000156478294ff61322bbf8d49148a9e6fcfc5a5bb7639d129 1,910 1.00/1.00 vMB 131
450,809 450,809 00000000000000000288a1ed2502c0adefce1a7b94007f7468f2e0c494abca27 2,373 1.00/1.00 vMB 92
450,808 450,808 0000000000000000004130c6084996176ba3766b898526061c46b9831c36a586 1,641 1.00/1.00 vMB 98
450,807 450,807 000000000000000001bba14c2a525fe0297dd5304090dbdaa81102110d6877cc 2,065 1.00/1.00 vMB 101
450,806 450,806 0000000000000000016190768f2d448cc2d8c9defb1e24c779ae022a1f3ef7a7 2,271 1.00/1.00 vMB 156
450,805 450,805 00000000000000000266e63f6cdcbc33c7c6eacc312602262919847ea431c110 1,583 1.00/1.00 vMB 84
450,804 450,804 000000000000000000c25d568a7310a7cab6b9ffe63ee2f1c87317a8249e80a6 2,276 1.00/1.00 vMB 107
450,803 450,803 000000000000000000464d3ad4b012447928292a73bdec85ac971a7b7f912525 2,345 1.00/1.00 vMB 162
450,802 450,802 00000000000000000130476e4a52074d40b0abedb9a74117f54a15f3eadc48f9 3,014 1.00/1.00 vMB 97
450,801 450,801 0000000000000000024ef0cb1988987f218de2cd08351fc25bcdab28bc74ef35 2,489 1.00/1.00 vMB 130
450,800 450,800 0000000000000000018645586e2b277fc45c4ee10fcad85775eda86680107e66 2,454 1.00/1.00 vMB 130
450,799 450,799 000000000000000001d0c15281f72e71dc59a84df1e5a22151b42122d8bb8cb8 1,589 1.00/1.00 vMB 100
450,798 450,798 0000000000000000029c8d936cb9c2d00895c4a5bd4c121fc95239968091a7fc 575 1.00/1.00 vMB 94
450,797 450,797 0000000000000000018becc1d678c8a9f873e773ef296d6775eea789f2afbf2b 1,264 1.00/1.00 vMB 119
450,796 450,796 0000000000000000021d232ac0e8335f7286111ab2d0110e3b6ba9f3e5055c19 1,767 1.00/1.00 vMB 111
450,795 450,795 000000000000000000121257664f425e9cb568f746fb6a75cd713a7b68d5c2fb 1,606 1.00/1.00 vMB 100
450,794 450,794 0000000000000000020507234afb9aec8edc4832cee34d95e6f572cae29dbab6 1,770 1.00/1.00 vMB 101
450,793 450,793 000000000000000001ad830c8eff6baa49c44c8e4485ac5b180dda19e81f7885 2,158 1.00/1.00 vMB 118
450,792 450,792 00000000000000000206104069114ecbc5f57387203cdf3dea72474addd39de4 1,538 1.00/1.00 vMB 119
450,791 450,791 0000000000000000021e54e808c8df441a8b405b1a1321f2103223460e470c2b 2,475 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 782.74 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: 707.90 GB
    • Received: 16.71 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.