Memory Pool Memory Pool Refreshing

3,774 transactions
24.42 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,418 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (837,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
70,530 70,530 00000000015a0d3601a0a61eb12635b6f02ff1c3cfd0229f660910edad7dc8a6 0.00 MB 2 0
70,529 70,529 000000000004bb34ccea32174c217379c7d93df63a531701df1d5a7ae152e443 0.00 MB 3 1,930
70,528 70,528 000000000118cde53bc49de42a922966c5174c1617583639ca9b022a010c9559 0.00 MB 3 2,409
70,527 70,527 00000000010870a799f0abc04547f2d1483e6e760eac6c38e849f159bf2e93ff 0.12 MB 9 980
70,526 70,526 0000000000809d1438bd5ffe09c27b7eca3033964cc1656386c90995dda74dfe 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.25 GB sent, 98.61 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.