Memory Pool Memory Pool Refreshing

1,631 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,835 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,592 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (794,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,055 113,055 00000000000057756eb41918129bc74251321fd7349b7f2aae49f4c5750beade 0.01 MB 19 335
113,054 113,054 0000000000004eefe79f2614a14a8fd238cb59f196642b1956316864946c3a14 0.00 MB 6 1,359
113,053 113,053 0000000000008393bc73e19eed43da6dcf353ffadaeb2bca41e5dfef2558dfbc 0.00 MB 7 0
113,052 113,052 0000000000003f764cad7532bf4d3dc801803615b869e2cba273f4af06cf57e5 0.00 MB 9 328
113,051 113,051 0000000000000bdf90358805db8bd96214b5460a8b5c3c2937005eb888b9f074 0.00 MB 6 0
113,050 113,050 000000000000305378521a6c597ecf8826b51bedc9cb6cf4245cd709ba28f52f 0.00 MB 10 0
113,049 113,049 0000000000006c636734236c55b787f3426e263dcef4e57db6486fe2309d520c 0.00 MB 13 813
113,048 113,048 000000000000c205d05a19fc8f60c58e3654b9cc23bbf8633fb19438bc9a176a 0.01 MB 17 702
113,047 113,047 0000000000002a0a3788c1abb10034813372f463d04f1c93d19f64b142166fb0 0.01 MB 23 656
113,046 113,046 0000000000002e292330c0a5dc2f80f2797480511e481af11a9bf04f4413b322 0.00 MB 12 592
113,045 113,045 0000000000003d7acdb65b45d39bd9bafb4b3cb733d87d39a2204393eea37b8d 0.00 MB 9 931
113,044 113,044 000000000000b9f82836059ced5ddd5d378294a9a0097ed4f65a813e49837f08 0.00 MB 10 320
113,043 113,043 0000000000008c467b9d4271a2e4fb97821e7bd0f8ed5b9c949b4473b67b10fd 0.01 MB 20 886
113,042 113,042 00000000000031bcc78fcf92f3aa2b44bca3bc3577d10874c22bd709287a1728 0.00 MB 3 4,444
113,041 113,041 0000000000008e61f48d5996a8fc9a643c840e7c989e00c77f85da5913d56148 0.00 MB 10 323
113,040 113,040 000000000000010e84a1855c988ca40c1157b91930ad5f83fdfccce50d8760f3 0.00 MB 3 0
113,039 113,039 00000000000027a976699d1909d2a4d50669eef423f77b5c9a3e024f23dc4147 0.00 MB 1 0
113,038 113,038 000000000000c954efbff8e4e72b50f185bd0c37ecd297e7f2a34ed0723865f5 0.05 MB 192 20
113,037 113,037 000000000000d58cd728af3ec7b6993fd8806b727907b2836431b8b6c3670036 0.00 MB 12 0
113,036 113,036 00000000000069b521e339d16124eeaaa51cc26558e0440f70bc0bfc95ee60d2 0.00 MB 11 340
113,035 113,035 000000000000d9c62aa37e680b036dde3466ae37352a20f013aece4af6025d8b 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.23 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,634.75 GB sent, 94.07 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.