Memory Pool Memory Pool Refreshing

3,081 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,104 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (28,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,089 879,089 00000000000000000000d151dc3d0d8b0ce2c6991c6262deac36b7e9dffe7094 1.62 MB 3,481 4
879,088 879,088 000000000000000000025cdab2b4c19363224fa8bef938606ce7f6debe898a36 1.65 MB 3,463 7
879,087 879,087 0000000000000000000230d844ba6cb9f1374c7cca34e65d2891822ed4638e00 1.54 MB 3,543 15
879,086 879,086 00000000000000000000011469abb6fb705826dca9eb1b61f910769820d6502b 1.58 MB 3,486 12
879,085 879,085 000000000000000000026e4a3000479e165ca45870a744400c643775d8799b23 1.67 MB 3,076 8
879,084 879,084 000000000000000000009b9b31e96b2bfc1ab14a095e99bf0d0ebebd30eb7035 1.61 MB 3,356 8
879,083 879,083 000000000000000000020a1c2e131417f49a367feb4f9f08f51c1572a6abbae3 1.54 MB 3,689 17
879,082 879,082 0000000000000000000244a4b2685092b6c6073bdd12e2fb9142d42935f6228f 1.49 MB 3,276 28
879,081 879,081 000000000000000000003929af28c536eff8da8b0e77df5a4cb3a5d16f8ba93a 1.62 MB 3,380 4
879,080 879,080 0000000000000000000028eb874038b3a39e7aa850f862431ee49ce6d31eaebc 1.70 MB 3,892 4
879,079 879,079 00000000000000000001d12edc503f1a40950b461e5fe288c2ac3db1cd800d75 1.63 MB 3,106 5
879,078 879,078 00000000000000000001739565f1f1dad6bbc10e4df807331c870521e5d15a00 1.54 MB 2,932 7
879,077 879,077 00000000000000000002487ded6f67637de7eb8caba90c4a664da5aa0d58d5c9 1.65 MB 3,502 10
879,076 879,076 000000000000000000010d2f6b23a3c922a3ee804db1f05fc0177f97f7718ef3 1.56 MB 3,695 7
879,075 879,075 00000000000000000001df6d03082162524bfb0ff2533e7c6dd0a883a0b47b0e 1.81 MB 3,586 2
879,074 879,074 000000000000000000004add386074818d8a64a7454f5e8216f7e7bc5cd2e02f 1.77 MB 4,246 5
879,073 879,073 00000000000000000001f67986c085171d91b5804d97fc36bfa2c4b6bfc6181e 1.58 MB 3,370 5
879,072 879,072 00000000000000000000a8e27581d7eea4dc873e22a2eaaf10a8d6428233eb2d 1.67 MB 3,505 6
879,071 879,071 00000000000000000002887987a5e148e1072655a8f8d327d706c89133531e07 1.96 MB 4,884 2
879,070 879,070 00000000000000000002528559c4676ab740c497faa089f583d9fe77d334cb9e 1.79 MB 4,496 5
879,069 879,069 000000000000000000002ee966014b5bbfac630bb828f922a827b01100807975 1.87 MB 5,163 3
Previous 10 blocks ↓
Total Size: 768.97 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,615.51 GB sent, 92.64 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.