Memory Pool Memory Pool Refreshing

8,452 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,064 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,290 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,063 (805,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,665 102,665 000000000000bc2e23e1f71ae3301d178998edc0b35f413ede52a349bcdfb169 0.00 MB 1 0
102,664 102,664 0000000000029a2feefa948fb43cc5079f4488e4282a5aeffb35661077cd29e7 0.00 MB 2 0
102,663 102,663 0000000000018252feee53edbe163d8ee63b6ac58a7b30168c932232f13bfbc8 0.01 MB 58 0
102,662 102,662 0000000000030e18ce185015702861217e27b69c79416e74388a143ded16a9c3 0.00 MB 14 0
102,661 102,661 000000000002bcb7c2702c8ccccd4ab0f4fd14478e503f8e9044eab132a39168 0.00 MB 9 0
102,660 102,660 000000000000ac7e8c6af7673c8355f85999238dec2a5323cd2c84c76a2b6d1a 0.00 MB 14 0
102,659 102,659 000000000001616c1784c5581e3f29431705859c9764bfe4f7e087df137c39ad 0.00 MB 14 0
102,658 102,658 000000000002133fab64a140aa1aa2d990fcd8c643366db061445b1c1c14384c 0.00 MB 14 0
102,657 102,657 000000000003ade0fab25020093ef68f1dadad14083c954ade07b3807aa4c84d 0.00 MB 5 0
102,656 102,656 000000000001a87ad49d46922017931804e348691355e71b81ed5f86d0dbf9ae 0.01 MB 41 0
102,655 102,655 00000000000013ecdf0445703baa5d179efd31f81a1fecce816b863c65c7898f 0.00 MB 3 0
102,654 102,654 00000000000145a0c5ab73c91fc21952d7e5a489985efd462eacad46b7b203db 0.00 MB 1 0
102,653 102,653 000000000003e5d47de37bb0518aac6e6cef408d21f64b0af36375ea90255f6e 0.00 MB 1 0
102,652 102,652 000000000003981293d17cffee10b14d084a3e2813d51aeb5e0f23aa4dcc6062 0.00 MB 2 0
102,651 102,651 0000000000017803cd4341614f963fa596bdc56d8ae45c0770b4295fd9105ffb 0.00 MB 1 0
102,650 102,650 00000000000003341eac22d9300fc12afc3b70a2f4d7fc2d831fc8e8d3d41418 0.00 MB 1 0
102,649 102,649 000000000002a4ff30236daab556e45a38b742627d7c59d423c3f463cca9b165 0.00 MB 1 0
102,648 102,648 00000000000169ab5e81abf070177690d376c9b3dbcdc73fc64e0a25fc1519cc 0.00 MB 1 0
102,647 102,647 00000000000009df81168add9b550693d493a706484889f46c4dbc4e465b86c3 0.00 MB 4 0
102,646 102,646 000000000002215419d6cddc86e5279cb41650b6b4b37b1847b54cbe04f9468a 0.00 MB 1 0
102,645 102,645 000000000000d8c4df84df0c31a4b3470f0fb5e5815b4b0ef6f442822a0e6db3 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.66 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,654.50 GB sent, 96.20 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.