Memory Pool Memory Pool Refreshing

2,407 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,291 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (619,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,842 287,842 0000000000000000b384a60adcfb348efcc29ee42451d741f65d575dc2cefd3a 0.35 MB 995 52
287,841 287,841 0000000000000000cbc6903cca05c086e28f95e4f44fbb0ca94528e5c01cc80d 0.13 MB 217 41
287,840 287,840 0000000000000000e14ba61d1f08387644360c9133cec08ff13fe3ea2724d300 0.54 MB 902 27
287,839 287,839 0000000000000000227eae106ce9df911bcd9b8040a754bf029fd3cb2e1d6d89 0.19 MB 307 31
287,838 287,838 0000000000000000ade3ff723219c66bff801b28b5bea20b42dee185f9feb9b3 0.29 MB 626 35
287,837 287,837 0000000000000000d6f6a10d9ea2edd42a2235332cbc0055252d9b1c96b2d474 0.18 MB 349 35
287,836 287,836 00000000000000004baa6e52cc1b880aac17a8a2e50c54acd9cdd7284213cca2 0.38 MB 396 22
287,835 287,835 0000000000000000cf343d275dbdb310057d0719cef8fada7bbd331ea363069f 0.06 MB 98 65
287,834 287,834 0000000000000000bc5fed97142b3c0e9897a5a8b9f53bb8606d65b9e786b0f5 0.35 MB 823 36
287,833 287,833 000000000000000065dfec9ff4ff2505545217c76e220cca880b291bfe5f122e 0.06 MB 139 68
287,832 287,832 0000000000000000c0a5fd0f79a8e74f6303066763ea1313f2aaebb6d2e765ca 0.29 MB 231 17
287,831 287,831 00000000000000005e717c0771493779c70ec32d98e367551fe3d6c29052a0e0 0.35 MB 777 45
287,830 287,830 00000000000000012e29b56af9955da517c5f8b3e9197937bfe7ad6d74f39985 0.35 MB 557 31
287,829 287,829 00000000000000010834dc0334bb271d1a766970987a43401578009c8f499115 0.06 MB 94 28
287,828 287,828 000000000000000134919151cf907282928bd11e0fee1df5be76e156b4845c40 0.28 MB 496 33
287,827 287,827 00000000000000015e9b1a887cd156bffd47ac5e6fa2d541aa2d341015d7a99f 0.27 MB 490 37
287,826 287,826 000000000000000089574916e565cf247347cb7e9f3b1335bf6020f1d7cec565 0.34 MB 600 31
287,825 287,825 00000000000000002493227e98a35b1f4e2b4df1bc1a476dd88055f0b21aa751 0.00 MB 1 0
287,824 287,824 000000000000000025a7108ea41b1150d9f479b8675df4f0f7ffe3c107901da7 0.03 MB 16 1
287,823 287,823 0000000000000000dc8c6e9778564a4cfebc6267cf24e132f2a745a30b7c06f7 0.35 MB 560 31
287,822 287,822 000000000000000086c6fe15c809efb0373e344c90428cb553cc9543fbc04107 0.15 MB 206 33
Previous 10 blocks ↓
Total Size: 769.11 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,629.57 GB sent, 93.44 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.