Memory Pool Memory Pool Refreshing

1,331 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,667 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (899,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,730 8,730 000000008fc8c267f40ecfb5297b09bfa325b8c012a1b930005cf625e7b1d1fd 0.00 MB 1 0
8,729 8,729 000000005d0beb201e6429cf8e1607f15a241cecb5d726b2e86b8b919d5e4b97 0.00 MB 1 0
8,728 8,728 00000000f7ca78dbae424e00b972afc986664b99ca163ce0738dd5f7af71e9dc 0.00 MB 1 0
8,727 8,727 0000000066f9e170c5e8c33be66566562e044aba689af05a853c8784d2876823 0.00 MB 1 0
8,726 8,726 000000001c3bfddc96a2e9e6e1854f40da42b3fe9b512d2bd92c487e583f291f 0.00 MB 1 0
8,725 8,725 00000000a24e620ecaaddc3c060014d5ea3cc48e450a682672e9af8389d83234 0.00 MB 1 0
8,724 8,724 00000000b2eb9ca958d41e99e8d2adddd716526882ae94b7c40201d9b94f5f13 0.00 MB 1 0
8,723 8,723 00000000376773e9cc30f6b052dde766ae11ac33aa779dea7c1c1405db2a3e68 0.00 MB 1 0
8,722 8,722 00000000e93a18e6d4acbaa5fec37dfbdf2d4109efbe8ea2d962e4c922565252 0.00 MB 1 0
8,721 8,721 00000000ea88a91c6afaa042408c615fe734e0bb0318b552deb0313f5946a8c3 0.00 MB 1 0
8,720 8,720 0000000022e43352860ba926e8bec083b3a5813aa2765b41481120475eb5a972 0.00 MB 1 0
8,719 8,719 00000000c9f97bd791965adb77b201eaa24250c158c2feff90ee940d899f1a67 0.00 MB 1 0
8,718 8,718 0000000051a2782b66fbe81a277caf2e8ce01f784a76d4971b25490464203371 0.00 MB 1 0
8,717 8,717 000000003090d3be5efc43312aec52b7bfedde1e8ddecbf63401acb1880b15a6 0.00 MB 1 0
8,716 8,716 000000001a9ab00a7f9ad92dd5a55a6c1e63fcdf4f39f96cb2d119901bf3a1dd 0.00 MB 1 0
8,715 8,715 00000000fe863e496bd8e05064ce2a35c01516b3bef59fa2f443343df51a7cda 0.00 MB 1 0
8,714 8,714 00000000ebb275f3b11535da741eb34b8aa406bd9c0f18beb34108df58ac1d47 0.00 MB 1 0
8,713 8,713 000000006d49cccf1a2e84eace24eb5096741fc6147e307d49a888077d6d5cb6 0.00 MB 1 0
8,712 8,712 00000000be3479860a747e2fa3212d4a7dc9dd252d15942b0d44567bd931f3bc 0.00 MB 1 0
8,711 8,711 000000008fee4dbb28eed41e6f7772d5c3f3f1dc81dfe3b4f938d5c6674fa098 0.00 MB 1 0
8,710 8,710 000000002252e14a5e9415cc10dc2d5d277c294d73f3dd3215ab1dc1570a7ad2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.32 GB sent, 101.64 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.