Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,505 transactions (2.77 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,635 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,399 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,634 (830,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,094 80,094 00000000001cc96c9bd3ab49efab82ef12db4b80b45c1133890f87eb8a0d762a 0.00 MB 1 0
80,093 80,093 000000000002c47205e4176119dbd589bc6e0416c8ebdc34969daee719abf868 0.00 MB 1 0
80,092 80,092 00000000001f23664356888b109e2a08c2da2d483e32924177e17250d5b14bc7 0.00 MB 1 0
80,091 80,091 000000000013a2b034e26c8120d94352f4cd8e675a13f5e441d2963702eaa73b 0.00 MB 2 0
80,090 80,090 0000000000480c81ef681130f3670e514d10134dd01114941663ff0f6cd9e33f 0.00 MB 1 0
80,089 80,089 00000000001d93733e0fa67693ad3da299263d56ab03143fadac9bf4fafa5f11 0.00 MB 3 0
80,088 80,088 00000000001caa010a322ef3e596e1fb78c71812c719c8812b4a67f4e6dbb362 0.00 MB 5 0
80,087 80,087 000000000031316054bf3d9e924a52ae7db2c04a8411409be6fc00197e49b5ff 0.00 MB 1 0
80,086 80,086 00000000000a2f51856d05800d38e41e637b24be3cb76b7326478e44228de682 0.00 MB 1 0
80,085 80,085 0000000000100a8ac178e6da4b4c3c58367548afa212221902c3e70cbc2eff8c 0.00 MB 1 0
80,084 80,084 000000000043f0e626cb28161039c3cead06ff8151bb2df0ee931500b69b6629 0.00 MB 1 0
80,083 80,083 000000000056fe9db6c579d77c7e7ff81cf272b01bc35bde767947493882c7c3 0.00 MB 1 0
80,082 80,082 0000000000177f71bb37d4939a4259af253c9f10acbdaf93f8e6fed32193ea1d 0.00 MB 1 0
80,081 80,081 00000000002ddc3cdcbfdfc4c998124c0f516bedffaf340315b598e9cee3cc66 0.00 MB 3 0
80,080 80,080 00000000001b22c738c8fe79ccf5a198d186d231636571326c31ff7789be1a70 0.00 MB 1 0
80,079 80,079 000000000015c703b988aaf52564ea83c562db47656648bc66cc23df75dc4d41 0.00 MB 1 0
80,078 80,078 000000000031f295fc8d0cc2187b344029cab693ea2c0451433b2a52a553a7dc 0.00 MB 2 0
80,077 80,077 00000000001771d7cb2d3a4d21e0a17291455788d1a96c4876d6af65f4214592 0.00 MB 1 0
80,076 80,076 0000000000151690e274f56c58b189535a7511ac2c19f6fc649d2dddc6cf64e3 0.00 MB 1 0
80,075 80,075 00000000004bb13e207874d2aa4d08c859da3e5c03707f716d04b71448af36b8 0.00 MB 2 0
80,074 80,074 000000000008d136aaf6e417b23b2a6c339e14057e24af0546eb43158ca8c734 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 774.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,271.49 GB sent, 121.35 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.