Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,288 transactions (1.68 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,197 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,766 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,196 (884,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,817 25,817 00000000a92fd4cc6cd80088769680173e6863d3ccd4d4f3cfe5990b0d1f0e15 0.00 MB 1 0
25,816 25,816 00000000e8f5978eb2de44564c1a893821ff3d2bea4f6f9b3976499ebc9d51ef 0.00 MB 1 0
25,815 25,815 000000007f8866652b942b4daf24a01f124a628c5469f3c81ea78ce9cf7b1e8c 0.00 MB 1 0
25,814 25,814 0000000010f92aeb1cbec1a0b4c8372a28ed85ef5465f6a86c2c4254ab25622c 0.00 MB 1 0
25,813 25,813 00000000d879e50a943cb0f27b3b850488bc77e9b436509a3a27d5df78bbb2c8 0.00 MB 1 0
25,812 25,812 0000000078f6fdf88656d84e04772d4075aadea539ed3f90f6c5976e5fa167d9 0.00 MB 1 0
25,811 25,811 000000007c7aae845d2be0f2e2daa573d6ed5d30c890d21c19c17284111ebdf9 0.00 MB 1 0
25,810 25,810 0000000007e90d2836cbc6ac45167d4f83a865770c9904438a4094d7d91a8c10 0.00 MB 1 0
25,809 25,809 00000000d6b4f07821311c7fe578ecf7aaed6796cbfd0e3c8df0dbdcb9e718bc 0.00 MB 1 0
25,808 25,808 00000000f416d69c238874ca76f71cade96ac410d9418436ee5f0a0e7e8af05a 0.00 MB 1 0
25,807 25,807 00000000d38f70a4fca0a395edcac467cb87cd0ab1afc923945a21f444844297 0.00 MB 1 0
25,806 25,806 00000000de4bd9a31e73100beef8da04483722ef5b14a69754ed171bc25d18e5 0.00 MB 1 0
25,805 25,805 000000004a1fea6a992b0064eeb92f8b7877a10506ed73107d3b34f1dc590523 0.00 MB 1 0
25,804 25,804 00000000c3ec78ada7a34b174a03a22abc2df602392e9c2574f13ad423de09d4 0.00 MB 1 0
25,803 25,803 00000000770f574444d2b0056dcaff8984c1457d803a8d6259213aaa25c03ef0 0.00 MB 1 0
25,802 25,802 00000000e2050245edffe0be0ed160ef525c3f2af58327c4e4ec94bffb1117a8 0.00 MB 1 0
25,801 25,801 00000000780d9ae6ecb7599e192a68a27af2310644a2a502e7e5fd67405e2768 0.00 MB 1 0
25,800 25,800 000000009c47c22b9eef0eabc380f7b066ec0c6673419c670412a5b6c807d294 0.00 MB 1 0
25,799 25,799 00000000b3191e3e3304180172f5117d22e8df8e1330a14c059dd216f68a44df 0.00 MB 1 0
25,798 25,798 0000000051ad7131a0d7a1e55dccd0bfb795e07c7b94108044041e5f6e02185f 0.00 MB 1 0
25,797 25,797 0000000016f4845c6dd4085af9315ea5b46d1147d0565a5117e039a36e3e5a00 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,195.50 GB sent, 117.36 GB received

Notes

  • This page updates every 5 seconds.
  • 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.