Loading Tool

Explorer IconExplorer

Memory Pool

50,377 transactions
28.31 vMB
0.06437563 BTC
Random Selection Loading Transactions
Max Size: 152.25/200 MB

Candidate Block

Mining Attempt 808529ce9dfdcb30d0b5257365ac5639cead9602e8d9855b2361a3d30f52adc2
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root 927a2aa2c16c651c01e1522e86ee4911e90d5125151bf91850aa8dfed23ca1cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,926
Size: 1.00 vMB
Total Fees: 0.01000476 BTC
Feerates: 100.00 > 1.00 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (78,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,573 836,573 00000000000000000001309ea0447eadf05b16c7ccadcadd5e1c1b7047812d44 2,985 1.00/1.00 vMB 31
836,572 836,572 000000000000000000013187c8271b4ffd3e5830de01d14f279d6ca67154d223 1,466 1.00/1.00 vMB 14
836,571 836,571 000000000000000000015a52e634d6084f26e95953c31c26b37a8862a19b9f10 2,341 1.00/1.00 vMB 22
836,570 836,570 0000000000000000000325ea3bd4bfc53b705b2751cea7d32659a0582095c26e 878 1.00/1.00 vMB 13
836,569 836,569 00000000000000000002ede9f2d952cf4ddd2f0d9d59cd655e13d0c415864eca 2,030 1.00/1.00 vMB 17
836,568 836,568 00000000000000000001f18bf8736cb31d1e0e9292da831a36f28b3410fd7fac 1,603 1.00/1.00 vMB 16
836,567 836,567 00000000000000000002a3a899ddbe432fb07a2d0082cf8f1c0beea5779288cc 3,022 1.00/1.00 vMB 22
836,566 836,566 00000000000000000002aa7e9e901f873f586ae9ec0700e88ea6780759c4ad7b 3,633 1.00/1.00 vMB 24
836,565 836,565 0000000000000000000296652b9de470f539744ba3580c53ca79a5eb1b26a82e 2,830 1.00/1.00 vMB 23
836,564 836,564 000000000000000000035531d0045d1db73e9b716295b29d3229f5935ea57d48 1,710 1.00/1.00 vMB 15
836,563 836,563 00000000000000000001b29c158b1df470cf8f5cef642a43df2b99786b3b9ebe 3,204 1.00/1.00 vMB 22
836,562 836,562 000000000000000000018515f60864e39b67aca3fbd9df5bcb62180d7dc58d91 3,498 1.00/1.00 vMB 24
836,561 836,561 000000000000000000020801bf56e0a122d310e4a9e32d94f073ab6f0cb58abe 3,742 1.00/1.00 vMB 22
836,560 836,560 0000000000000000000224e73068ffe96ea24ffd2167daa85bd4c28d7087a395 3,012 1.00/1.00 vMB 31
836,559 836,559 00000000000000000000951d199b1e3e396c2cf4ad2ff7a13fdbc9eed036e305 2,737 1.00/1.00 vMB 18
836,558 836,558 000000000000000000025e1216edcede844fbef840a67b7d27bd171683b8f192 3,067 1.00/1.00 vMB 24
836,557 836,557 00000000000000000001d46d8cba0672eef3d0e2ec1efff70f30ad5991fb2993 3,492 1.00/1.00 vMB 21
836,556 836,556 000000000000000000008becef07741ca51a0f818ac35e8968e4053502da2f40 3,450 1.00/1.00 vMB 26
836,555 836,555 00000000000000000002507ab0e935fe3765fef014f7741816d9b09e286066df 3,059 1.00/1.00 vMB 17
836,554 836,554 0000000000000000000288db8d9de07c69e037f667d1977cc4aa80eb4721714a 2,855 1.00/1.00 vMB 28
836,553 836,553 00000000000000000001aa5c92e02fd16effb6a398f3c4f0acbe78865ea37c5f 2,932 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.02 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: 649.90 GB
    • Received: 13.23 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.