Memory Pool Memory Pool Refreshing

3,009 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,369 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (795,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,845 112,845 0000000000012736b42e6e3f78662b94a258f0db33ed954803a1020a2dbef7ef 0.01 MB 26 1,050
112,844 112,844 0000000000009bd4a4eb597978c56666b1300338c8bbf42f4a9bf707b5203d81 0.00 MB 12 636
112,843 112,843 00000000000053059ea5d3c427d9496af509560118189335d9275d5dd591c0b8 0.00 MB 1 0
112,842 112,842 0000000000001e5f1cf342b7fb0a0f2d9bf351d223da46180ada43fcc8ac1d58 0.01 MB 25 871
112,841 112,841 000000000000ae8e20d8d072731b2b0fbb4763fc11cac64234d6b21f2ba14332 0.00 MB 9 1,718
112,840 112,840 0000000000003aca72d3b32392aa8930573585023c79fbd4c76fc8aa8989ef46 0.01 MB 33 570
112,839 112,839 0000000000005759c653e59d3795d153e63ac213c47153a3e98c5837a90b767b 0.02 MB 56 430
112,838 112,838 000000000000b31d492013fcb0f4fce4c40729e49c912431b49e7332c45c09c3 0.00 MB 1 0
112,837 112,837 0000000000010d25d2bbc432fc50d3ca6e31b82e093305fb288a084d911ba24d 0.00 MB 10 0
112,836 112,836 00000000000098de2cb4d9c64e35954b3dc85af49dadc25b03236124628ae9bd 0.01 MB 24 813
112,835 112,835 000000000000d5ef370cb9ba74e18975c7dcab871f45738bd576b1bf4e52023f 0.00 MB 9 314
112,834 112,834 0000000000010a705314f4b2117f4b333a6f44c459aa1548555e0b341bcb7958 0.00 MB 9 0
112,833 112,833 000000000001294bad2e486a8618941fd50362a23e45e652a4c342c8b3fdc671 0.01 MB 28 667
112,832 112,832 0000000000008e615c83782b900dbfce4d9eb132d30ea04f0c0bba7e7e93c87a 0.00 MB 4 0
112,831 112,831 000000000001015576879977271baf784e3b427168020210d92c969a35f79697 0.00 MB 2 3,875
112,830 112,830 000000000000f33a877702dbc61d4aa93fe158396f82adb3a0f97001bcf674b9 0.00 MB 9 399
112,829 112,829 000000000000965dd437c97ca2b47b5f726d51e384bc449a5f2568413d991e39 0.00 MB 4 0
112,828 112,828 0000000000012684b2db6b01ffedb5ce198ac5e0d4ce3f6110c159887ea354a9 0.00 MB 6 0
112,827 112,827 00000000000015c4f1cd3d8e1e245aa4d8c964b68988817da31c6631c20162ec 0.00 MB 1 0
112,826 112,826 0000000000005e22ff9a0dbb8bbc25ec291bdd6d6e2d9a15313dc9ebdd7e2551 0.00 MB 10 1,008
112,825 112,825 0000000000009f105e92b52cd75700485893612da37a4473e1cfca50abf4a354 0.00 MB 2 3,875
Previous 10 blocks ↓
Total Size: 769.30 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,642.68 GB sent, 94.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.