Memory Pool Memory Pool Refreshing

12,214 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,218 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (292,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
614,862 614,862 0000000000000000000141738149093656431303cde5d9fd155b8240bdbd9bf9 1.45 MB 1,580 5
614,861 614,861 0000000000000000000df6947cdef201325263577993d77e554aec81a898fb3b 1.24 MB 2,351 12
614,860 614,860 00000000000000000001ee5adc0369cc8d65fb5c82b4b9206e192d25458f8f32 1.52 MB 1,042 3
614,859 614,859 00000000000000000012e8a3a0576a4db71ffd9fd3b19fd82d3f1b601f699268 1.33 MB 2,233 12
614,858 614,858 000000000000000000004b2f344f132d8af232c3f9cf64409c2f89d8e1dbea8c 1.18 MB 1,578 6
614,857 614,857 0000000000000000000878ec5f9a345c2c8b3e229f33a627d5e5f0c214c6a2b7 1.16 MB 1,462 6
614,856 614,856 00000000000000000009eea5581a3b4d59bee548d169208f748c2bf2827422c1 1.29 MB 2,228 14
614,855 614,855 0000000000000000000d5ead3c1a6a808b61b1b76682dba333102ff899c71dbf 1.25 MB 2,374 15
614,854 614,854 0000000000000000000bffbe10de9024394de340886413c99c966c404c48daa3 1.24 MB 2,607 15
614,853 614,853 000000000000000000019d5cad014eaef1abc1ef768549ae39d452e4cb79b0d7 1.10 MB 1,539 3
614,852 614,852 00000000000000000010b76bff94e3e996fc054b863e9260f1f4304381b64fd1 1.22 MB 2,826 19
614,851 614,851 000000000000000000037c4b3f6b723f04965379808b12512efea96f3b73f8ad 1.23 MB 2,679 15
614,850 614,850 0000000000000000000dfca2db2d3f14a14f078f5a8809cc26b042753ee99d29 1.31 MB 2,787 15
614,849 614,849 00000000000000000000ce3fd62be029b4784e730e552021eb4bebe235d8f795 1.34 MB 2,648 31
614,848 614,848 0000000000000000000b5b2b5d08170d8cd0565fb27357a26478761252e0d64e 1.33 MB 3,210 37
614,847 614,847 00000000000000000006ec741ec35e8783a829d93cab0a0103befe8651ca2c89 1.16 MB 2,089 13
614,846 614,846 0000000000000000000a084920fdaf81a9152010c09591f6344dd2aeef726bc5 1.30 MB 2,994 18
614,845 614,845 00000000000000000000c00ff6033d9646c817844b176a9cf9b0ede88fb468bd 1.33 MB 3,016 32
614,844 614,844 000000000000000000050c28cedd83ae4ef9430f2cae01abaa03b68247f8376e 1.19 MB 3,220 7
614,843 614,843 000000000000000000124bba24fef36444dc21501cecf386985e4ed441c2d38c 1.21 MB 2,305 19
614,842 614,842 00000000000000000001c92294305383b82294aff488285417e3308b74bae3d2 1.27 MB 2,750 28
Previous 10 blocks ↓
Total Size: 769.01 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,622.14 GB sent, 92.93 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.