Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,817 transactions (0.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,524 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,817 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,523 (833,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,456 76,456 00000000000e73a8bfb50bc539788c1df3115896932024de124c6ef40fb985d9 0.00 MB 1 0
76,455 76,455 000000000039156157850506bde944af4c8c9662cc40a16b4c5b651874ba78f1 0.00 MB 1 0
76,454 76,454 00000000004f04de02199581ce11b19eba7926c627cd8ff2b58f31ef7db3ddc2 0.00 MB 1 0
76,453 76,453 000000000054f3254ab6df45188670f8adccfde59498b9f957420a2c60cf8407 0.00 MB 1 0
76,452 76,452 00000000003da2a71370a01b2dd4bc6dea4a68d93d718006c1a25efdf414f628 0.00 MB 1 0
76,451 76,451 00000000002a411c1bb70235a4fa50294d116c13b55437ce955b9c4cab86f7c6 0.00 MB 1 0
76,450 76,450 000000000050f60c8c11793777186ff74f1cea4e85d552bbae0c53a0a0461a7f 0.00 MB 1 0
76,449 76,449 00000000005b3617f7a869441b23f0bb4bed1969f0865268cbdc701994f23005 0.00 MB 5 0
76,448 76,448 000000000074deb6e688e48cd697642280651f5d5d9ec8ab206860054d657d58 0.00 MB 2 0
76,447 76,447 000000000010a169d77893287b6e41418a96f38cc230601b2ce7959479fa8fc4 0.00 MB 1 0
76,446 76,446 00000000000b256dfaa677e8aeefa1824008b5342ef4922f7572ffeee6a5cc81 0.00 MB 1 0
76,445 76,445 00000000003b7c479c35908d4405403ff8d44071c326c4c248c3ac4a99e6bbc3 0.00 MB 7 0
76,444 76,444 00000000001e08faa16dcedd97998cf3c434c2ca1877b51731d4ee657c9f3c01 0.00 MB 3 0
76,443 76,443 000000000058a26498bd261e865c8a560e0ac113e74c2e9698268fe52858d874 0.00 MB 1 0
76,442 76,442 00000000001e48b1f55be8585200fdb60c0fc8adf49531cf824cb928db9b7a15 0.00 MB 2 0
76,441 76,441 00000000000ba3c9922f0afef241d797cb76f443f687ae464512bd21ba588910 0.00 MB 2 0
76,440 76,440 000000000068231089375bd660667c46280687e0c39af0b4fab44d5f076dc86e 0.00 MB 1 0
76,439 76,439 00000000003acdeae8c0c521a4aee498b4370020ddca336e489f020fa3f70f02 0.00 MB 2 0
76,438 76,438 0000000000678b852a5d227e5556cc0e666a614114475eca7dcd8f77bbffa244 0.00 MB 3 0
76,437 76,437 00000000002780ba3c76c583008afd0970bf24b3f8c67c50d3d085a25b3ec5cd 0.00 MB 1 0
76,436 76,436 00000000007a623337db976471a1635ef3a9ada97eff080d71cd81e2152dc2a7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.52 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,082.83 GB sent, 110.86 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.