Loading Tool

Explorer IconExplorer

Memory Pool

78,024 transactions
29.21 vMB
0.07526707 BTC
Random Selection Loading Transactions
Max Size: 178.96/200 MB

Candidate Block

Mining Attempt 17b9178a561bd69cade0447ed783ac441d4a30d2e2c7b5a40e01ecaf00a33f97
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 4394963886b55af0ec54d135af9551e3bd7e595418f8dd5648a997cd4b6e5f84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,707
Size: 1.00 vMB
Total Fees: 0.01137256 BTC
Feerates: 94.79 > 1.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (54,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,811 860,811 00000000000000000002f8cd15accc0ca0e906570576b6617e0561a7963f010d 2,915 1.00/1.00 vMB 7
860,810 860,810 0000000000000000000093b775137b7b867849cb1f3d0ac332e050de8d36d3ec 2,851 1.00/1.00 vMB 5
860,809 860,809 0000000000000000000157f89658d4c74f66951311f89ef3692b56eb8308db05 2,900 1.00/1.00 vMB 7
860,808 860,808 00000000000000000001ccfe27f66e18de56e89ae1d095773dcfb8dd85cf4c9a 3,595 1.00/1.00 vMB 6
860,807 860,807 00000000000000000003038adf5406884af5721a5c0e9e9206e4356c6d111859 3,464 1.00/1.00 vMB 8
860,806 860,806 00000000000000000000900da842c17873f3d7e636f1c4ffb0302dddcfe39497 3,241 1.00/1.00 vMB 15
860,805 860,805 000000000000000000023790c8360e16c709a8126853b9fea64d53c5d02affd6 7,720 1.00/1.00 vMB 2
860,804 860,804 0000000000000000000120befa3e655deabeeae220c0d3fbc28129da081336c0 4,127 1.00/1.00 vMB 5
860,803 860,803 000000000000000000027228d0ef1912cb7404e19d7e898af2f0eb3dfa266d7e 7,200 1.00/1.00 vMB 2
860,802 860,802 00000000000000000001e1808543e1331eadc31c6c01f10ac4a931af7430e581 3,335 1.00/1.00 vMB 5
860,801 860,801 00000000000000000000aba3d09157a36fdf0325886870e4fa33a42af4e81a51 3,502 1.00/1.00 vMB 9
860,800 860,800 00000000000000000000d4d94e08d4faedb443f0fff8880c25a0afc697699cfd 3,995 1.00/1.00 vMB 5
860,799 860,799 00000000000000000001c2c8be806b8e1fd1e6c91c6725255542cc3f98414e9a 5,059 1.00/1.00 vMB 4
860,798 860,798 00000000000000000002ad0b7c81cbe1a9c0e3425e9d4210ea3364d898ea2bc3 2,472 1.00/1.00 vMB 5
860,797 860,797 00000000000000000001748b05fc27d1f78fba5d2148bf1ce69583977467efb7 4,101 1.00/1.00 vMB 4
860,796 860,796 00000000000000000001fbb1af116985d99b17e3a4f7ee39b613a4526eae94fb 5,146 1.00/1.00 vMB 4
860,795 860,795 00000000000000000000aa069d7e2c7627856f4cf1fe705f78d8ee703fa5d45e 5,723 1.00/1.00 vMB 2
860,794 860,794 00000000000000000000b98b2c0282d5e99d6aabcec4df0d7fa973896e57bbc3 6,568 1.00/1.00 vMB 2
860,793 860,793 000000000000000000011b711974a31894dd5ac4702b887d28f99beb3e0ada7f 7,136 1.00/1.00 vMB 2
860,792 860,792 000000000000000000004dc5b842ae571e4c5aad46689a7bb8e6959130e328ec 6,667 1.00/1.00 vMB 4
860,791 860,791 00000000000000000001f38fad4dc43a9435f5fea239212f78d56cc94863f670 7,422 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.80 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: 710.13 GB
    • Received: 17.03 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.