Loading Tool

Explorer IconExplorer

Memory Pool

82,262 transactions
32.41 vMB
0.12035162 BTC
Random Selection Loading Transactions
Max Size: 192.53/200 MB

Candidate Block

Mining Attempt 87c17889a10fa8c84329eb1f97d18729f4696fa35dc29742eea533129661bf08
Version 20000000
Previous Block 00000000000000000001fa11650b686dc4d0b0cd23073601665d3111fb121383
Merkle Root 645cd728f9191d0321aa07bad2f93e3f7c356fdb79f3a4e66b1fe535a304a511
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,923
Size: 1.00 vMB
Total Fees: 0.02357678 BTC
Feerates: 78.83 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,354 (4,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
910,735 910,735 000000000000000000015d22755c49c5e2460888f2853d1d9645d94e386503c5 3,409 1.00/1.00 vMB 2
910,734 910,734 000000000000000000001aa7b2c78f90985704600e3d762e80e4a656ba4f5779 3,905 1.00/1.00 vMB 0
910,733 910,733 00000000000000000000b96db5c9be12c312070c5e2a51f71357402ee5f742a9 2,424 1.00/1.00 vMB 0
910,732 910,732 00000000000000000001b27c6208886e9044ab92e8f118ec2a50c5bfa3a68763 4,569 1.00/1.00 vMB 0
910,731 910,731 0000000000000000000003209d4e7efe5ef4c75c407b65d7a71cfbb9ba6017fe 3,011 1.00/1.00 vMB 2
910,730 910,730 00000000000000000001eb3f9f97ca6b7e849d1f58de2eb766e2039b196febd2 4,741 1.00/1.00 vMB 0
910,729 910,729 0000000000000000000097445e889b190dbae785baad081a40a62b44194fefe2 2,292 1.00/1.00 vMB 1
910,728 910,728 00000000000000000000bba0a23b2ff8d6a3c3781f4ba2cd17e2a65f14428ba5 2,565 1.00/1.00 vMB 2
910,727 910,727 000000000000000000000dad91d1b440139dfa7b1c9f414158d029d2d6ee1b8c 4,213 1.00/1.00 vMB 5
910,726 910,726 000000000000000000006b3c9d0c59587a26e6db8d4b4b0b0ddafae5a705b8fe 3,041 1.00/1.00 vMB 1
910,725 910,725 00000000000000000000fe5bbeb7d29f01f51738bac05c6451798224b830001b 2,669 1.00/1.00 vMB 1
910,724 910,724 000000000000000000003436d1173d7aa827d58ccd5acfb5f6996affbdbc88b8 3,080 1.00/1.00 vMB 2
910,723 910,723 000000000000000000007ad9270ca25b487b52c35cfbc6c77765864935084817 1,308 1.00/1.00 vMB 1
910,722 910,722 00000000000000000000a8c55f2917e0193d86f7c8ed5c7c0cdd2fe0d7ecb265 2,592 1.00/1.00 vMB 2
910,721 910,721 000000000000000000003379f29f2938129025576015e5574952b785b0618522 2,927 1.00/1.00 vMB 1
910,720 910,720 000000000000000000017480eb8b3dda5e346e44266ac081d947d0da1ae2144a 3,295 1.00/1.00 vMB 1
910,719 910,719 000000000000000000021c67f606c5f01c61c57080217fb8c69701ec1d27af90 3,644 1.00/1.00 vMB 0
910,718 910,718 000000000000000000014a05a50254bb357db2a9acd4e6c26c111431ebf87ce7 2,516 1.00/1.00 vMB 1
910,717 910,717 0000000000000000000050d8c26323d47b61f85e8ec330a26f77b090072e1b7f 2,390 1.00/1.00 vMB 2
910,716 910,716 00000000000000000000464e40ccf2341d1a838f56210e10aecf361926e387d2 1,983 1.00/1.00 vMB 2
910,715 910,715 00000000000000000000f4bdbabf532695711508dfb6be31b48cfd07f15facb2 3,945 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.00 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.87 GB
    • Received: 17.97 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.