Memory Pool Memory Pool Refreshing

4,436 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (46,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,925 860,925 000000000000000000003cdb624b4624f1f4241789a1e4629869edddc1f7f720 1.34 MB 2,140 6
860,924 860,924 000000000000000000000e1c7e7d0a79d2e716542071052bd16d3a29b0f6d88f 2.14 MB 2,585 7
860,923 860,923 00000000000000000002c60d29950794c91dd85831e65a4455f300265c58e73a 1.74 MB 3,218 9
860,922 860,922 00000000000000000000955b0e689e268e39b4fc88ae6e7cf28d1147a062845c 1.50 MB 3,208 11
860,921 860,921 00000000000000000000031da7ae389460015522a8763debc5bb11404238f3d7 1.41 MB 1,960 4
860,920 860,920 000000000000000000015e336572ff29722f4dc9716a13302ca9d9d6d786b51d 1.57 MB 3,182 8
860,919 860,919 00000000000000000001f3de373dfddd93f498eb9295924fafe563b2d73ac836 1.47 MB 2,597 7
860,918 860,918 0000000000000000000202f0e0859a456d547dbbe586d8f8bc0ca128791afb4b 1.44 MB 2,605 8
860,917 860,917 00000000000000000000ba0542ce2e8d603961f2fea950e5bf281c2b08174c63 1.60 MB 3,677 9
860,916 860,916 0000000000000000000187835f3277d0f2ade8a66327f6310e0344a739990a39 1.50 MB 3,425 10
860,915 860,915 000000000000000000026bf0975fbc34bf35447128acd6a6bbc8fbb55890b44f 1.49 MB 3,108 6
860,914 860,914 0000000000000000000069878baced42d18fea1ca91f8870a397203c36c7519a 1.56 MB 3,072 11
860,913 860,913 00000000000000000002fd6b5e739b3a72ee46660fadf78b4ad0a3302858b6e5 1.39 MB 2,374 6
860,912 860,912 00000000000000000002475953084b62e25ddf5138409bb5411d6835139758bd 1.59 MB 3,821 7
860,911 860,911 00000000000000000000b51bc32a98163daeab8822196aef12a28cccc6db97c0 1.64 MB 3,685 10
860,910 860,910 0000000000000000000143411aadd05ea9244a552d161c45b21ceff74fbcc0cf 1.40 MB 3,297 16
860,909 860,909 00000000000000000002a53538b7b69f10a0cb825aa15463c212622b1e20bf68 1.67 MB 2,696 4
860,908 860,908 000000000000000000002a3a6212cd260ebf8619737da1dddb62b34ec8aaa43d 1.83 MB 2,953 6
860,907 860,907 00000000000000000002d8a99d0989d1913513ced43071236c3abf533d7caa7c 1.59 MB 2,552 7
860,906 860,906 00000000000000000003006482111b2e9291376342afff67348f5f91f37d4853 1.60 MB 2,879 6
860,905 860,905 00000000000000000000694219a260a25e76366e5fc1cc2e7db0bfaba2b6b79b 1.83 MB 2,264 6
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.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.