Memory Pool Memory Pool Refreshing

2,093 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,683 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 2,079 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (794,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,617 113,617 0000000000002fa55ed7f20a901267b2feb1d1f52bacf0c7b45d8633e9ce95ae 0.00 MB 9 674
113,616 113,616 00000000000066430549951e8f460402aad313dee7e5e2ca1d7a8362e91b94e1 0.03 MB 113 0
113,615 113,615 000000000000a0f0e28ab6df7ef67ca913f8de8d1670a392a2a25aa9082806df 0.00 MB 11 1,070
113,614 113,614 0000000000005092e5a09510cdd5563085b47d0b5a7f0c35db0c4f26bc277435 0.00 MB 8 621
113,613 113,613 000000000000a12d21e17ba7641b325826ad66984825f1adced79c8839288aad 0.00 MB 5 0
113,612 113,612 0000000000007d2df45c8e470f6a752d83cdac9254bb73c2dee87b3054bf0e98 0.05 MB 196 57
113,611 113,611 000000000000c52536a7c0a9e7b3e62817362b8b7cc414fc41d2cc789f6d5647 0.00 MB 9 607
113,610 113,610 000000000000559d13da22e0ba4fc486e203c4c8f53b02a36da06bac0161f373 0.00 MB 7 0
113,609 113,609 000000000000217cfc3b2050af0c43b40de2442667702c9fd8be7d55e6576ee6 0.00 MB 13 0
113,608 113,608 0000000000004e7b9dd9c61d80efadc74fcc2042f11d4d38c6143628b9f1667b 0.00 MB 9 314
113,607 113,607 0000000000002d15b3609469fa224ef62987130ef40bce8dff572eb8c46b2bf8 0.00 MB 10 0
113,606 113,606 00000000000002274150e89ecba8eeb94cdda48ce19cdf0b4889c6c78fc66dd1 0.00 MB 9 307
113,605 113,605 0000000000006d3ace9b3dba1f16530e903c180544b3b60a5b98880618208d45 0.00 MB 11 0
113,604 113,604 0000000000008695ed4466722ca0854945c2ad772e955b4610f9f4b9f0999b2a 0.00 MB 11 574
113,603 113,603 000000000000b34446fa818163b02062e56d4dba085693e7150fcf457872aa23 0.01 MB 27 834
113,602 113,602 000000000000172862f786dbae57fe29ede522a1af970fd44fc53ca3475c2a20 0.00 MB 14 0
113,601 113,601 0000000000007c1c37d3b2add4c272c443896083bb2bfa9f149005607ef7f536 0.00 MB 14 0
113,600 113,600 0000000000003292bf54dfb86f2eef66367a77e026e40c908ee1081e895e6092 0.01 MB 22 0
113,599 113,599 000000000000b674f3ce365ddab7968dbc95344bd60771d4532ff40036ea3c9c 0.01 MB 17 416
113,598 113,598 000000000000beeaa5951ca5786ff814f2d8b2bf5bcbb9589c13a7bf4e735649 0.00 MB 2 3,875
113,597 113,597 0000000000003f09dfc5935d89d19c2ef3ad2b771759fc5a4693298d9ee44bb7 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 768.95 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,613.94 GB sent, 92.54 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.