Memory Pool Memory Pool Refreshing

5,693 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,135 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,478 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (837,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,551 70,551 0000000000d27ec17c474109a2b59d850ed16bedf27c7388338b97eb625b800a 0.00 MB 2 0
70,550 70,550 0000000000bdc375ac794832922964f540fb56fb0e950d911d98417d21a2e6dc 0.00 MB 3 0
70,549 70,549 00000000008109e147633c91cdf673345e94485c7bcd4f62cbedcbdc917260d3 0.00 MB 1 0
70,548 70,548 00000000011456cacc8995b9364bf855179274e652e2ecf76c92190c18867c96 0.00 MB 1 0
70,547 70,547 00000000012f60bc64634c218d638d091f4e9ef6e8c63da4e083f6a575b713c6 0.00 MB 3 0
70,546 70,546 0000000000953e34c5416ae16cd0951f7e5e6879da202bb06082ae6278abe395 0.00 MB 1 0
70,545 70,545 00000000002c78a7e402572512a6f40b9caf121e209861ac579723edb8175575 0.00 MB 2 0
70,544 70,544 00000000006f1236f0e467a4a70a54c87f3ecfff91d2ee1e14f01d4492b58403 0.00 MB 2 0
70,543 70,543 00000000014c05685b7423bac3743dba8177babfed8e601915308e8f95846bee 0.00 MB 1 0
70,542 70,542 00000000007716e8c566c33adfae0907020d13d8288e41acf64115ebbc313a23 0.00 MB 3 0
70,541 70,541 00000000010f99290036a6c9bad29e6da25b575e732c67ac6805850045b0a1e0 0.00 MB 3 0
70,540 70,540 00000000010b1b8f8e3b431e416a7019f78e2d96612b5745e5eb2ce75202a0fc 0.00 MB 2 0
70,539 70,539 000000000105a4dd0791ad34f15d253c78dfb04e181b8e0db5e6f2f078915d8e 0.00 MB 4 0
70,538 70,538 00000000001259eed7b5b43ec6e1195e7627da4f9531d1921e5f4847a027c3e0 0.00 MB 8 1,833
70,537 70,537 00000000012a973d9c779ec6b579632a473d247dead63a0fdf76049864311df8 0.00 MB 4 1,351
70,536 70,536 00000000012a8812fe274680c5d240323a7b796bd3f85e469e24b8c4e741f711 0.00 MB 3 0
70,535 70,535 00000000007611d2afd2f8037214f8bb15bba5c58ec4c2d50676005b935ad31e 0.00 MB 2 3,875
70,534 70,534 0000000000cc390e6fc53a34e005ab132789f35079062eae7bc65da489ee61f2 0.00 MB 2 0
70,533 70,533 00000000009742a38337e9c850f0acf9e86f745cdbe6e96f933112c451f4914e 0.00 MB 1 0
70,532 70,532 0000000000e74798293d602f6f529d7f26b948218bb788399df910552f3ff835 0.00 MB 1 0
70,531 70,531 00000000005309dffeaa025880dc461d2508c366d1239455f4cb0cb542beffce 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.80 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: 1,680.40 GB sent, 96.90 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.