Memory Pool Memory Pool Refreshing

1,625 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,989 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,621 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,988 (174,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,696 733,696 0000000000000000000492c4ff4fa5f8f1051090b586372b2e7524bfcfd12ed2 1.45 MB 2,985 14
733,695 733,695 00000000000000000004240d499f9e6843af17d8779a86de8874fac2c777c0d2 1.15 MB 697 8
733,694 733,694 00000000000000000002555ee855f0242ea37e5da7aa126771a5765b63c9d133 1.56 MB 2,767 10
733,693 733,693 00000000000000000009e6e380e497456c2ad814bc87e02bd6ce7ffbdfb56db3 1.50 MB 2,926 20
733,692 733,692 00000000000000000004f0442ed6998a4a07c45ac1745b3da583a50b074728e5 1.35 MB 1,231 9
733,691 733,691 00000000000000000005e83bbcd2212be6cca00bc5cb63671b1397bef6281e78 1.46 MB 3,364 17
733,690 733,690 00000000000000000004ccc360764a0dfbf86c7220f2f7700263ff28b6801b20 1.47 MB 2,420 10
733,689 733,689 00000000000000000009af5c3234723d207e295c7d90c73875078e574ef23e25 1.50 MB 3,458 16
733,688 733,688 00000000000000000009d1895931f6910583e1022030f9a7aad104d4a4f37929 1.46 MB 3,209 21
733,687 733,687 0000000000000000000487c79e87b7dc4f8a83dbe23b2150709a6c092a97d347 1.46 MB 2,885 9
733,686 733,686 000000000000000000049658eae3afd5b0b361305a5086856581b07e8951196f 1.64 MB 2,544 10
733,685 733,685 00000000000000000002c4e7ac4c9063c0fb970aa49b75abd2111e4b642bbecd 1.49 MB 3,094 17
733,684 733,684 000000000000000000080e8b084c5993cc4861d54d839fcbe89e7196a8c679e7 1.48 MB 2,970 15
733,683 733,683 000000000000000000078dd3523db84bc1d4e2a99b249f07fb47a888817d09e2 1.57 MB 2,398 11
733,682 733,682 00000000000000000001cb32dcd78cbf536b1df2eef992a703a5df80c581614e 1.67 MB 2,511 11
733,681 733,681 0000000000000000000904a2bab78701cc052509425c29498d850d6cfec2885a 1.60 MB 3,079 13
733,680 733,680 00000000000000000004ae2c5b94a298470427c439e0ab12cf3f6b178a8c03fb 1.35 MB 3,122 30
733,679 733,679 00000000000000000004cf0ff75895d2337e5d47f7aed5d483aae66a6e634416 1.43 MB 2,675 10
733,678 733,678 00000000000000000002c2246cfa8583996c8df6b254896b0357d23c2659e413 1.53 MB 3,396 15
733,677 733,677 00000000000000000009ef487d3bccc088698f8a3f7871769dcd3a8d22ca1df4 1.54 MB 2,934 17
733,676 733,676 00000000000000000007581203f9781f066a995c65d1dfb3a3ed6fa925c15b7a 1.56 MB 2,307 3
Previous 10 blocks ↓
Total Size: 769.53 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,647.93 GB sent, 95.56 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.