Memory Pool Memory Pool Refreshing

4,784 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,687 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,768 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,686 (353,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
553,708 553,708 0000000000000000002189cc8fb44a066fc29b78cbcc2a1365103f0375f9c43f 1.16 MB 1,818 18
553,707 553,707 0000000000000000003163224b481ab31e229aabd9ec47a1d9f4aa020ffcd018 1.14 MB 2,320 15
553,706 553,706 0000000000000000002523b28481bef283b61f3a26867053c646f64b8ba033b6 0.49 MB 1,262 13
553,705 553,705 000000000000000000220aad1e9e53840f1e5ce253939c3dd7205398d1a0b7d5 0.07 MB 205 14
553,704 553,704 000000000000000000167a93045cba926868b56781f498a67dd01f93f9a754bb 1.16 MB 1,236 3
553,703 553,703 0000000000000000001d14041855dbcb80011cecb7b6105f0c0240b003bbff92 1.35 MB 2,644 8
553,702 553,702 0000000000000000000c40955657d0a78d80ffe660c67098d0deb7b9010e7a30 1.35 MB 3,338 30
553,701 553,701 0000000000000000000a10710c26634b6723b40c9f5a7a200007077d6a288c77 0.64 MB 746 8
553,700 553,700 0000000000000000000a65063d53a17306ac9a2f8b37b2542e920f4b1d484d4e 1.23 MB 2,742 11
553,699 553,699 0000000000000000002bf811c9fc258615997816d0f3b007c8af9629c07595a0 1.29 MB 3,016 21
553,698 553,698 0000000000000000001f3eeb36f75be7de4acec5ddd192e07968cda3b88ce4db 1.00 MB 1,917 14
553,697 553,697 00000000000000000017c2abf6e30024ea2d9a9acd46f2149dfbb36a8b5579d2 0.58 MB 1,123 13
553,696 553,696 000000000000000000087d39d130a34e290dd146a6ddec80d1a165ba2ec45fab 0.26 MB 185 18
553,695 553,695 00000000000000000013c7170d860014d375d8939f599dcc620bd54203a82e63 0.59 MB 748 4
553,694 553,694 0000000000000000000eee1b4a65ec14b2cc410971b64af8e519a2f725450514 1.21 MB 2,977 22
553,693 553,693 00000000000000000021d49d18835e8dbdda954cb6a5728d05a0a9a5f03e3eb3 0.74 MB 1,568 12
553,692 553,692 00000000000000000012d250e67a7cd7e26499b7802db0683ed556a70f507c08 0.75 MB 830 4
553,691 553,691 0000000000000000002dbc9f6c4f517b8f4c4ba0c61d3b1d4010b6a2b6e42305 1.14 MB 1,481 1
553,690 553,690 00000000000000000024fe7e1ce4005b2fd2f3d800f2f42b1064e7d05fa8674c 1.28 MB 3,198 27
553,689 553,689 0000000000000000000c3807dfc103056b8be41dd948c7ecec6cd2e73281b495 1.27 MB 2,830 16
553,688 553,688 0000000000000000001b5b64328b860cf2305acc1214e4723e467290b85c3d6c 1.29 MB 2,700 17
Previous 10 blocks ↓
Total Size: 768.96 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,614.92 GB sent, 92.60 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.