Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,348 transactions (1.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,190 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,595 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,189 (819,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,219 91,219 00000000000cc2ae08230f72710df5d752742996ee4262c7274a9be268bfc36f 0.00 MB 2 0
91,218 91,218 00000000000cccc9e797ba4d1f19384dc00463435822ff3a60686493ab9da852 0.00 MB 7 0
91,217 91,217 00000000000d94c5ea03d5042c5d29b1d4264d3fffddf62bd19feb76555eb1ce 0.00 MB 5 0
91,216 91,216 0000000000087b2a2ff1e52db8c561db869e3833013fd506f0075006c7075a15 0.00 MB 3 0
91,215 91,215 0000000000073176881d9d122fcb71a39c8a8fb09771e2d5765348afa83250ff 0.00 MB 1 0
91,214 91,214 000000000007e7a147bc63f59ee5abe52145dd5c56f57c0c0a117e1fc3da8767 0.00 MB 2 0
91,213 91,213 000000000007b5c4c1ff1c1ba5762d72ffb4a28d81426f377a49e3402f50a21d 0.00 MB 4 0
91,212 91,212 000000000004d3d7045a8dfa0be9d2c8396d6f7bcd5e920de4e43f2ced987dd2 0.00 MB 1 0
91,211 91,211 00000000000575de4e374d038d793faa73f5ef0e26f0946851f630f20baa8495 0.00 MB 1 0
91,210 91,210 000000000002ad43e66975ab4678d160ce93d4808441e54091c521c7da8337dd 0.00 MB 2 0
91,209 91,209 000000000000b8625331ac2a3d036dfdc0834984fdb9c2bdc7aaefa32e1355ae 0.00 MB 4 0
91,208 91,208 00000000000679e9c22c3c13703bf1a9668b380b73121d072f4833605f4e7171 0.00 MB 1 0
91,207 91,207 000000000002cdadf81d03bc4dd0e5122e2c0254d951464434a3bc0162c4f6a0 0.00 MB 4 0
91,206 91,206 0000000000067697ce16df0963ea0ca5f7e4b1b62d6efc41a53a00035463a052 0.00 MB 2 0
91,205 91,205 00000000000dcdaf8c0fa5aa4079503cf419b95686ca543dffcce3dc3a81b2df 0.00 MB 1 0
91,204 91,204 00000000000561f7d0e08fbcd1d8cab38477da5a78af9a1e0f3a376e061ca947 0.00 MB 2 0
91,203 91,203 000000000008bcbbbc1ef3051a4df7ddd9962bcd00c7d35e6d30a07c6eeb332e 0.00 MB 1 0
91,202 91,202 000000000001511f0a57afab24964c7366a17815760dec4c3cad313f8f5808f6 0.00 MB 2 0
91,201 91,201 000000000006172709c6ea5696f1bf34a4a7f7152a6154cc6c0c0c3ffc8ec6df 0.00 MB 1 0
91,200 91,200 00000000000330a950d351e183ddd171a9a540f5832bd3052cbd14a4f01066c3 0.00 MB 2 0
91,199 91,199 00000000000a22fc1f2557b20be8ab61742a5ceb6620ba561d641b66660cd933 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.60 GB

Node Information

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