Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,566 transactions (0.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,353 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.92 vMB 2,555 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,352 (891,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,024 18,024 0000000064465cbca535a3127c490c21fcbd1a0bff0179d8256bf88e74d28e86 0.00 MB 1 0
18,023 18,023 00000000a97042b411afb290e5b90ba38d91b0f777ffb4739bb8ab8d532ca56a 0.00 MB 1 0
18,022 18,022 00000000f46327523ad252618b7aac0f331366222f096d7d4bd187a849d8aedd 0.00 MB 1 0
18,021 18,021 00000000621e5b9ef32eb7b10f116c18ea64b11972ec21a2cfb2b054f96e2ba4 0.00 MB 1 0
18,020 18,020 00000000570198b8425b4454927a189c3e2b310657a3945d076d3ac0aeb2bc56 0.00 MB 1 0
18,019 18,019 00000000a002d22ff21479218c09628bc5d569b1ae6f4c18fa98292c62d01a0f 0.00 MB 1 0
18,018 18,018 00000000656d1ea71e7af466ddcf28a8f132db760eeabe9c88ce3bae03d61c6e 0.00 MB 1 0
18,017 18,017 000000009eee70662c63297f0396876b395214baba67c1ffe24a5b1ef7272c33 0.00 MB 1 0
18,016 18,016 00000000998da88e60f443a084dc0f9aa3ac3e788d69c9ebb474c527947bb46e 0.00 MB 1 0
18,015 18,015 000000002d0bcf25cf9a4bcffe255f85420e227d06411911c502f27c39deeb9d 0.00 MB 1 0
18,014 18,014 000000002eae886b51078adf11af8e100b8a7e3fa72fba25a48bafc598c96acd 0.00 MB 1 0
18,013 18,013 00000000707f9d58da5a00060a6542246d93b8ac773915f1e76a95c43a5638bf 0.00 MB 1 0
18,012 18,012 000000000307558f0976a20e24c4d0fcd1af1337cac626137910c4f127f67435 0.00 MB 1 0
18,011 18,011 000000001146c168c076f1ebdc733b6130e64158e4e9e3d34c3c2a3a5236609a 0.00 MB 1 0
18,010 18,010 000000003578f81a8117685e4430b460416d1ebc43a4ef20383e8b5fe247df0b 0.00 MB 1 0
18,009 18,009 000000002c2394ce02caf21624e7a35b746830d3a29e16b81d33097c0dabb5f2 0.00 MB 1 0
18,008 18,008 0000000050a087920b8fc213f682292ab53e354ca1e349bceeaeccef8879cc81 0.00 MB 1 0
18,007 18,007 000000000fe36201dfe477bcf1b74b6168660b9dd20faceed92d56105701924b 0.00 MB 1 0
18,006 18,006 00000000dd9b3e281357f1a4ecdfca45f9f77dfe8ee4caa997eb184b75bf015c 0.00 MB 1 0
18,005 18,005 000000007674a530c050c936eb975c9b55bb5554e5ad5dd041007cd824fb96cc 0.00 MB 1 0
18,004 18,004 000000000708dc70596802418ad58ee52c8c9d26dd20f6d04800e1bab5384d03 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.19 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,068.13 GB sent, 109.12 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.