Memory Pool Memory Pool Refreshing

17,495 transactions
5.63 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,802 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (522,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
385,014 385,014 00000000000000000927cb7b6c4c59fd2311655038a890f31b3b11143ce6a032 0.74 MB 632 15
385,013 385,013 0000000000000000103be8b56f2688fcbbd675fd0436ecfc6d3e7175c30f821f 0.29 MB 593 29
385,012 385,012 000000000000000010a3bbbdba7b4680cca4841406de5810694f0dee061abc5a 1.00 MB 1,517 21
385,011 385,011 00000000000000000632d58a21af84363335c7cb7558edb89aae132805a67939 0.23 MB 568 50
385,010 385,010 00000000000000001026efcb7e8ef738a7dda61283764f7a0f3ae18a32d4d4ad 0.26 MB 682 52
385,009 385,009 000000000000000001ee9e02ebbf18df81774b96e894d100290ea372cbedcc56 0.00 MB 1 0
385,008 385,008 00000000000000000e30e7730ed1414c013b6b263cac8fef325783a44f5d5c56 0.93 MB 2,487 50
385,007 385,007 0000000000000000001841d101aa8959787a18729fac564e8bcadaa3162d2fff 1.00 MB 1,838 28
385,006 385,006 00000000000000000f5e43f39cbdff1c913cbbe3c519979fb00f0037a595bc61 0.75 MB 1,843 40
385,005 385,005 0000000000000000035e4c7d9fd1c002162cfce0ddf6637911bf833d300d7c0e 0.00 MB 1 0
385,004 385,004 000000000000000008ecef6261d1c976facdce219e63900423a6ec6a6d3ba7ef 0.81 MB 1,487 33
385,003 385,003 000000000000000008e9440a3682798da000848e2b28bdf70e7ce0ff91575088 0.99 MB 1,505 23
385,002 385,002 00000000000000000a9df147f15b4b2bee86384075945000f09ec03e47b35fc5 0.75 MB 2,442 61
385,001 385,001 00000000000000000bf8032a663982190607d5e22db200adc57e15f740e6eee9 0.74 MB 1,101 25
385,000 385,000 00000000000000000b7f6e859cbd68dbc8b309018b0ced9b56b37ac75110f998 0.75 MB 1,969 45
384,999 384,999 0000000000000000084392298f3ee1ba4c070d93641a0dd7888b0e2c83c0dee8 1.00 MB 1,684 28
384,998 384,998 00000000000000000121859c0fdecbdfb67eeba215c2c418371c146e0fe26660 0.88 MB 1,144 22
384,997 384,997 000000000000000000507a2fad54c7160434dfb542f2f8ef65075c4488b6d15b 0.94 MB 1,200 19
384,996 384,996 000000000000000010971ce3fe5d3cf9aea39604df04108239810f85d828ccf6 0.75 MB 1,362 24
384,995 384,995 00000000000000000688047b60b8a8a1d9f49c1454263ed49d4bad1e2678dbeb 1.00 MB 3,037 48
384,994 384,994 000000000000000004470cf202de923f3f166ab0b3f2f904e2839597da965c4f 0.75 MB 1,636 32
Previous 10 blocks ↓
Total Size: 769.02 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,624.19 GB sent, 92.99 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.