Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,730 transactions (1.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,742 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,079 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,741 (25 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,716 911,716 00000000000000000002090a277ba7775c82f2d133323a62d7998b7f909d85ff 0.19 MB 198 2
911,715 911,715 00000000000000000000284e40ce79c99031147d6fc93274c5881d0a00c97f95 1.73 MB 5,664 0
911,714 911,714 0000000000000000000074b07acc2b8b70562b1846eda629743de91dd5d4911a 1.88 MB 3,230 0
911,713 911,713 000000000000000000010a16ddbeaa07e0b45170b3252bc66bc7824e5fd9f176 1.70 MB 1,832 1
911,712 911,712 00000000000000000001dec1472179d9e9bf62b3a0f5cc6ac27d05a1ef78ebc7 1.63 MB 3,541 4
911,711 911,711 0000000000000000000085c8b810329153adc0fd2a945091c021b80a904b78c6 0.80 MB 1,521 3
911,710 911,710 00000000000000000001137fa28d430aebcd0d300cf39b5ed3b5d58915bda7e5 0.60 MB 871 2
911,709 911,709 0000000000000000000002a4c018b7c27e80b5736161da4de69cc9ec3599d5f3 0.10 MB 168 2
911,708 911,708 00000000000000000001420cb605446304e5d3fa735a9aa291313cb1dabf9e1f 1.75 MB 4,972 0
911,707 911,707 00000000000000000001035e7909a3c71150c19fbc582be50b4676b91732945e 1.98 MB 2,146 0
911,706 911,706 000000000000000000021b2cc711011db7a89e717208a50f87648b9af0966c2c 1.71 MB 2,460 2
911,705 911,705 000000000000000000013e69476304c606a67eab43d1d0e87d9770be837d14ee 1.62 MB 2,730 2
911,704 911,704 000000000000000000020e2f0df4219dc9ecd816bc338dacfd39c1148f344535 1.10 MB 2,400 2
911,703 911,703 00000000000000000000456645ad3cccab16c7d98fc6f570a4c94de42983abf7 1.72 MB 3,739 1
911,702 911,702 000000000000000000009e3fac2c15501fa053161fb9ee90bd133245c2135b86 1.61 MB 3,553 3
911,701 911,701 00000000000000000001678ab4120e89d56aa7864ff01dd4e8cd89d17b582f3b 1.58 MB 6,746 0
911,700 911,700 0000000000000000000187189eaf1bb37f79ed49b7309a22bb9ca54df042c482 1.67 MB 4,055 1
911,699 911,699 00000000000000000001aae58874ff600c4eb21bcae26f8b4cf2408bd5babd71 1.82 MB 3,806 1
911,698 911,698 00000000000000000002049c8a83e55354a5ecb26bbab27e1a6ad8fd2c3c4d7b 1.89 MB 2,947 2
911,697 911,697 000000000000000000005301ed97d5607a536bc592cb2c45576ae5db0ca49856 1.68 MB 4,072 1
911,696 911,696 0000000000000000000113784e77def178c98c822556c1fbef874e5e7d620710 1.64 MB 2,943 3
Previous 10 blocks ↓
Total Size: 776.60 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,428.26 GB sent, 131.62 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.