Memory Pool Memory Pool Refreshing

2,335 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.61 vMB 2,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (877,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,619 30,619 0000000078bad7daff5226ec57de31b0b2ede3169e6e8eed7c8dcff3859ab94c 0.00 MB 1 0
30,618 30,618 00000000eb83c1197bfb087493128e1b273f65770804ebb8a59e7ff65a851405 0.00 MB 1 0
30,617 30,617 00000000d4141e3b39da5f5d54bf3d1f9ab6ede809c055db7faeaedc5123f227 0.00 MB 1 0
30,616 30,616 00000000aa969d594bd5a79a739d7d042b780af588630f558919757b0c7501d1 0.00 MB 1 0
30,615 30,615 0000000044c841630be0dc735ad61d70aa24ffd1a0cd6eb267f31eaf72e72caf 0.00 MB 1 0
30,614 30,614 000000005e02e5467fb302a16ffc609878a5ea2e6519335fbeceb961efbb78f9 0.00 MB 1 0
30,613 30,613 000000004b77c3466839e2e5adedc99b13cc149048712d2ab88be62dc270f804 0.00 MB 1 0
30,612 30,612 00000000241051dbe4f0eba0636e77274df94364b8579bc660c3669d1d95bbb6 0.00 MB 1 0
30,611 30,611 00000000968abde7053571b476494b13785215d311116091dee3889447dc269c 0.00 MB 1 0
30,610 30,610 00000000752feb737bb26c0a2113edf79fc062ca929ba1acd88be810d3a68688 0.00 MB 1 0
30,609 30,609 0000000023bd76970f6a24c3d7f21026d45eaca40fe73c050b97c2dd4e65d331 0.00 MB 1 0
30,608 30,608 00000000260b4b7997204e257191500fec23874fa928906038d15b08babf0255 0.00 MB 1 0
30,607 30,607 00000000235af4323c0afd0191ab3197af07ae406f33c19faaf6533533dd490e 0.00 MB 1 0
30,606 30,606 000000007c54d3b0baf207df79f102fa23ee568250b833ddcf0a78a0a033d7f5 0.00 MB 1 0
30,605 30,605 000000009b5aa149e8a8b40890681f8a4460d5edc3fd2ab16c2adc0b14abf31c 0.00 MB 1 0
30,604 30,604 0000000067c5c0cd5dc5b829c244a7df5c541faf0c3b04c2d42a20271dc7c0c3 0.00 MB 1 0
30,603 30,603 00000000f14e41b29ccd9837e8c810568406077e06cc6059cc4e05c72e98b020 0.00 MB 1 0
30,602 30,602 00000000d2f671aeabfafadc75689a7feaff1cc0bf7774b43467da18faa0a230 0.00 MB 1 0
30,601 30,601 00000000046bfe1248ff45ed231291c6c2aa3eeba0f93efa5f097109b035af76 0.00 MB 1 0
30,600 30,600 0000000033efc0c9cfd3c958e07b5c6cde759d3cea3e8f0e5e4a0fdbd3ed1981 0.00 MB 1 0
30,599 30,599 000000001beada3d3405b1f178f92ac1f63506f1451029ccf4fcd4a3b833bdf8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.