Memory Pool Memory Pool Refreshing

31,717 transactions
31.04 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,397 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,460 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,396 (347,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
515,070 515,070 00000000000000000020f5bebd43de84d26bdbaf5bc8dc2392c00925e0b8c16d 0.92 MB 2,062 31
515,069 515,069 00000000000000000031edb8d547b08e7e9c82c87f98b0d666ce52fce1c25ac3 0.36 MB 683 24
515,068 515,068 000000000000000000049bc37fd00b2a05d3e94fd68cbd3c81f4acc8a7a782fc 0.27 MB 637 25
515,067 515,067 00000000000000000034bc552be256be3fce38c970e5f85a53f6e52891369d4f 0.08 MB 140 64
515,066 515,066 0000000000000000001607d4ffbe53299ad7c6fb30b86e63ecf39bbf0a825c76 0.04 MB 67 15
515,065 515,065 0000000000000000000a75e7dc7a1a723c8595f5534573ecf17b2401e0367c8e 0.28 MB 195 5
515,064 515,064 0000000000000000002bb00e71b989d5dd68caeab3f22d7ef07b40ce2c752251 1.15 MB 2,432 26
515,063 515,063 0000000000000000004cf0d6710695d2d12b939ad406089d33659ff756dbf5b3 0.01 MB 33 7
515,062 515,062 0000000000000000003c66c5c9be6ea0851dcdd9e5b28511bd93d435f9e74af8 0.08 MB 204 28
515,061 515,061 0000000000000000004423b091eac6ce561a9d8ea31cfa77379aab3a1e1cd07e 0.65 MB 1,251 27
515,060 515,060 00000000000000000050279fb07414cd497a696a97c3fed4785ac67a96eaf582 0.37 MB 848 36
515,059 515,059 00000000000000000040a12bcdd9ce76171f5b37a3eed20e576b402d60e537ac 0.80 MB 1,723 32
515,058 515,058 0000000000000000002176619caa8d685f02cfa63ebd79edc0032e6b8b84a929 0.41 MB 822 34
515,057 515,057 0000000000000000000e65974bec334b95e34a713a4b2ed71530903706da87c8 0.56 MB 1,224 35
515,056 515,056 0000000000000000001a6f7fc40321da61aada55d65aa199008737de24c99471 0.13 MB 182 11
515,055 515,055 0000000000000000002d0599f9538ba5cbb26bbb821643863f8f2e2eadb6e2ce 0.24 MB 396 6
515,054 515,054 000000000000000000043c64dd3dc4c3401d3290c3d0a4d640da8c6293f95a97 1.11 MB 2,422 28
515,053 515,053 00000000000000000019afc3cf0f12414c3b03cc36b10964922d86d7c7cd8498 0.07 MB 176 19
515,052 515,052 00000000000000000003f0446fcb31f03e6e1a8bf0f24be70f908b82ce663ec2 0.59 MB 1,104 30
515,051 515,051 0000000000000000001fd158543dd1f8aaad2b1b929c75d13d639c0cef19c862 0.37 MB 617 4
515,050 515,050 00000000000000000023223181921909c58f4ae15af560d2c11a4a10d2db65ba 1.13 MB 2,553 38
Previous 10 blocks ↓
Total Size: 684.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,366.92 GB sent, 104.45 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.