Memory Pool Memory Pool Refreshing

5,348 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (549,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,578 358,578 0000000000000000085e709dfd0a420f8773485c6813f3bab6a9284accba37cd 0.08 MB 120 6
358,577 358,577 00000000000000000dd494876c1424b93d245bb8015b8820e0545c39f2aec0d6 0.21 MB 466 28
358,576 358,576 000000000000000001fe199a004481a1deaffb4b5904e0652a27381a62923011 0.28 MB 500 24
358,575 358,575 00000000000000000aac9886d61f9367b04909b5d0eb627b24c28a2113abec4e 0.28 MB 563 26
358,574 358,574 000000000000000007361c34006c90b972e0c15fd0dc1d8f2082307853c82769 0.38 MB 747 25
358,573 358,573 000000000000000011a2e7b077cebf25aef1107a2bef515d5fbb5ec0b90604d2 0.34 MB 767 54
358,572 358,572 000000000000000005541eee7ada543e8d04f2985d7a0f673db7c2c768d9a7c1 0.65 MB 633 12
358,571 358,571 000000000000000007d2bd7de8582e258cc0fd9c39dd26d3d02af3e7d608ba06 0.75 MB 1,719 27
358,570 358,570 0000000000000000039a9be0665024020fe10c94c77a548e736df61602f751f3 0.62 MB 989 22
358,569 358,569 000000000000000015c22d28708cea04462a62ec77f1ff8ce15ea0f752d51831 0.75 MB 1,799 32
358,568 358,568 0000000000000000123a0440d5df0da4f4baeaf5082df8da9df531ef83863e9e 0.34 MB 743 30
358,567 358,567 0000000000000000030b37768f2c7dd24bcdb2ca3204b375ffaebda48007259a 0.29 MB 569 23
358,566 358,566 00000000000000000e9853bd17d482e1bc3d0fa23c832fac9a9db8e59a5fdee5 0.40 MB 774 34
358,565 358,565 00000000000000001122f936c214471e675a40e309ded3724350af524326c9f6 0.39 MB 830 30
358,564 358,564 000000000000000009ee4011503b45bda50bd46a4f70d0fd942a4b6796f8d3b5 0.09 MB 148 18
358,563 358,563 000000000000000009822fa158932307273b729d993cab7693c35e5de64522cf 0.67 MB 1,378 26
358,562 358,562 000000000000000007a547cda60193b7d44d34bb4bc9d4fb41d0fca20070c9f2 0.58 MB 1,212 26
358,561 358,561 0000000000000000161b017d977fb87071cf23b59838428af58a1e9f38f2782a 0.11 MB 182 21
358,560 358,560 00000000000000000d0c0ca9898160d38eebe3d1ca5717ceb5e8d83aec5793b3 0.27 MB 455 18
358,559 358,559 00000000000000000e4cd55e74293d239777b5dfd08b2692ec59bde3a76a3eeb 0.61 MB 1,299 30
358,558 358,558 000000000000000007ffa2f05d40a1ea65e4dc28279ee139e8bce96697042655 0.41 MB 861 26
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.