Memory Pool Memory Pool Refreshing

9,946 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,158 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (777,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,073 130,073 0000000000001260a3457c4d14a647628bb53fdcb5f16b8041fff27f1af637ef 0.05 MB 90 470
130,072 130,072 0000000000001506b5d663a38d472726bd3fef06251d182e7ccb3a73b93542c8 0.00 MB 10 909
130,071 130,071 0000000000000f02b3744cf0d76bff7185413841014f0fb46c9f8edc6d2a4030 0.02 MB 46 1,092
130,070 130,070 000000000000063e83a765aac47a18004bd56f2edf3f981e9bb00dddb11abab8 0.03 MB 80 913
130,069 130,069 00000000000012e8fa9ba79f4768aeb76d87d66985cb237bc90db7663e89a8db 0.01 MB 20 610
130,068 130,068 0000000000000070ff21fa311a51bbebe621b75ab72fae7921d1857a93d1d607 0.01 MB 19 687
130,067 130,067 0000000000000d43b043664f27abc2c49471c4876bed9e98860b33aae8459f2c 0.03 MB 105 241
130,066 130,066 0000000000000523fad49053db807f71bd0a2553842e3502e9edf4e0525e44ab 0.01 MB 25 1,375
130,065 130,065 0000000000001c51d3f459085743de34ddaf609b1446837c5f7a5baf40aeeb5f 0.05 MB 90 166
130,064 130,064 0000000000001d34ea4e1f115667232176ce32f56a0733e7ccc0abf4830ce95e 0.02 MB 42 663
130,063 130,063 00000000000004d1ad15adae534540e10ef3d71420d93136e0e163174c78d827 0.01 MB 8 546
130,062 130,062 000000000000058622537e7aeede257da2650fe2a75dd0aec0a7432ec8d61e0c 0.03 MB 79 516
130,061 130,061 0000000000000b47f8eaedb2e9a7aca104bef216b1df17a727070058aeb2d8b8 0.01 MB 25 1,928
130,060 130,060 0000000000001ba7c1da9d053c5d5da5e2da37f4f4ffecd1adbaeafb1d25a420 0.00 MB 12 702
130,059 130,059 0000000000001479965782075ed0ec8550dd1add5b0cafcda243a0ddb19e893a 0.00 MB 15 619
130,058 130,058 0000000000000ea4e4a84a8d2b60cafda808a32ec1a3841bcbc3e549d9b8ba3b 0.03 MB 106 465
130,057 130,057 00000000000004eec5e48eb4feff921e423c555796659e09ab59d20e7aa86c6c 0.00 MB 13 533
130,056 130,056 000000000000132cee1f4283ac869bae34b069855f8d1c16e444ec5485a3d4d5 0.01 MB 36 0
130,055 130,055 0000000000000558c5fbf4577976772d0a467bd3182e4febbf47a620d17326c7 0.04 MB 57 1,162
130,054 130,054 000000000000180d40fe0dde48941344662a7673d28b54e9be3b9377cdd99755 0.00 MB 4 2,460
130,053 130,053 0000000000001c1d43211bb604f0aece9e3c4029195cfb0a7a87768362c15e1f 0.01 MB 23 955
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.67 GB sent, 93.04 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.