Memory Pool Memory Pool Refreshing

64,330 transactions
34.03 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,452 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,039 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,451 (137,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
735,133 735,133 0000000000000000000470b7726491545116acd809be032e19bf2df9b013c686 1.24 MB 1,346 16
735,132 735,132 0000000000000000000106ce2c95ee5d5064d21d0103f94c19d42d1d7eb9d8f0 1.10 MB 523 14
735,131 735,131 00000000000000000002a297426d1f4438d3ccdb9b9f562de6536cf56feadcd4 1.13 MB 752 15
735,130 735,130 000000000000000000014afcb9690854d28c196fd526a65ac04103c7f0f1fcdc 1.20 MB 1,108 12
735,129 735,129 000000000000000000033abe47a6c495b87fe8e4ae7c7c1593185032c8c110cc 1.25 MB 1,280 11
735,128 735,128 00000000000000000007b20d711072cf8ee0e39bc2386ca1689248cdaebdd410 1.25 MB 991 17
735,127 735,127 00000000000000000007741ba3a09d394a12f421c7f233fb1e47806c454b1a9b 1.39 MB 2,007 13
735,126 735,126 00000000000000000001baa21470082d1cd81f093b9020355b864aaec42b08d7 0.70 MB 452 8
735,125 735,125 000000000000000000040906d7e86c3cff32195c03326e25fc464199894952ce 1.40 MB 2,257 11
735,124 735,124 00000000000000000006670e8abdbf97ec41c428d6f2d3a6f7f2ae0d518b48e5 1.32 MB 1,753 11
735,123 735,123 00000000000000000008e382b8eb286762cd369e08bbbee46b228f3e11ff18a7 1.53 MB 934 1
735,122 735,122 000000000000000000056409b5f7478fda7e8b7c3f2d660c304bfc361022f7e9 1.77 MB 76 1
735,121 735,121 00000000000000000008ca28a0c6449d2552593f8cee3b462569be4c4559388e 1.65 MB 1,310 6
735,120 735,120 0000000000000000000426c2c92dadcfd858ac02875ed62a8d4ea9ed7318790f 1.86 MB 172 1
735,119 735,119 00000000000000000004eded8f70b5787c51c8d566baec3931e413fa4f2d1bbc 1.64 MB 1,588 7
735,118 735,118 000000000000000000086eada86e4a2403624cfab583076e16025e8157a21925 1.64 MB 804 9
735,117 735,117 00000000000000000005c2d5c9aee992e69d83a0935f12554926a47edac6c54b 1.65 MB 1,197 3
735,116 735,116 00000000000000000005b029a0dde81983ed5e774853cd775c7db61093761fae 1.65 MB 461 1
735,115 735,115 0000000000000000000631c65b94fa2daa7873049bc6772c29f78fca21d01ce7 1.55 MB 2,568 16
735,114 735,114 00000000000000000001e4dde8eed493b83249a870a23920a172e9ba6300930d 1.65 MB 1,685 7
735,113 735,113 00000000000000000008e8849a43ee6c4f91136ced19fc91e1761d8874c3012a 1.73 MB 389 1
Previous 10 blocks ↓
Total Size: 704.04 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: 2,638.49 GB sent, 238.22 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.