Memory Pool Memory Pool Refreshing

1,421 transactions
22.93 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,168 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (874,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,079 34,079 00000000bfa87b46676791573e052d29be85555530ba4764969ac81aa2cf6f85 0.00 MB 1 0
34,078 34,078 0000000053fd35228a1a329b4363b0e18324be40036128bfb69c4b56d77c132f 0.00 MB 1 0
34,077 34,077 000000006bb42aeaa90cfddb6fefce7dc08610b18ceb084bbe3084fe05933090 0.00 MB 1 0
34,076 34,076 00000000b9c56d2578d04c1f570bb678bc8d4eb1c12d758bdf3816899d858243 0.00 MB 1 0
34,075 34,075 000000009716dbe0dc3e1bf8127584c9ff650b467a1a6b54672d86eddc401506 0.00 MB 1 0
34,074 34,074 00000000942832bf41a954d440236593606fa21a9bd13d49090db26849f227b4 0.00 MB 1 0
34,073 34,073 0000000004d4d6eea2983a414ffc9c18316b3883513d4a81c13c3b95630af512 0.00 MB 1 0
34,072 34,072 000000002c27b63b76efa2f1b3e1d41f138ca7d3ed894f0554ebc55a8c88f2b6 0.00 MB 1 0
34,071 34,071 000000008b4a518bc366fb8d76189e47f4ea62e64b4cbf44cf9777e64ad5b2d3 0.00 MB 1 0
34,070 34,070 00000000888fd249b2e3477905399cbea6403309f4910e378bcf3e3e210d4d15 0.00 MB 1 0
34,069 34,069 00000000b0b01897209af3516945dd4e98141c2996c226cc5a3415372d0be435 0.00 MB 1 0
34,068 34,068 000000003f5b2bb4d2d20d8a0e0b6f808eee12d3b7e3f5a0ad7610ffc1e5da2d 0.00 MB 1 0
34,067 34,067 0000000007b28be6162b9f9b2f0345025aa47d61a655d178f5e7ad84d3f91101 0.00 MB 1 0
34,066 34,066 000000000a6bc2a2fc219599c164726b9e70319795ee55e21ba46c2face54f60 0.00 MB 1 0
34,065 34,065 00000000ab03aa86cd2cd8558a9cacaf95aa3580f99c4ebe2ec605576efa4b94 0.00 MB 1 0
34,064 34,064 00000000a7e8123a52a5c772ad925986a46c8ee12449929014b5cc9513d45d24 0.00 MB 1 0
34,063 34,063 00000000b5dfb2f32342ecef277312782ebca568ea88a443fee57ee02791c077 0.00 MB 1 0
34,062 34,062 00000000110316ef008ab8c6c05ba02974bd5c4fa05f8429df2533bd5233af87 0.00 MB 1 0
34,061 34,061 000000001d56ae6dad0f9479c3fcb5e9e77c5ce051a50d3b2e1c59edf7b0653b 0.00 MB 1 0
34,060 34,060 000000002f8b1109334f387a90a925924d4f39c2f45372f8b573cb9790a2d657 0.00 MB 1 0
34,059 34,059 00000000cbaa7ab862507936ec844187ba12a263471b9143fdc1b3f28ce07c21 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.32 GB sent, 98.60 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.