Memory Pool Memory Pool Refreshing

461 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,933 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 457 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,932 (715,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,087 192,087 000000000000023070d5d1d380b63a456c19ac14a1ecbeb525ee8b714de09828 0.03 MB 75 126
192,086 192,086 00000000000003462a3c82008bfefe09d004063c793e180f1f5cafc621ca30e2 0.01 MB 40 158
192,085 192,085 0000000000000185e426fa8d71f26e0c52792a42e9a3001fd49b152a7c017e9c 0.04 MB 71 85
192,084 192,084 000000000000020d465147fd5917f711ebd3d99182a065993d0f2813a2d6da2b 0.19 MB 299 143
192,083 192,083 0000000000000435324ae939e02aecbe5e59dec0ac160506e597f8fe2e39e47b 0.06 MB 128 115
192,082 192,082 00000000000002d787d079863180e22b184a6ac31e7e13a354e51b61027e3004 0.04 MB 87 113
192,081 192,081 000000000000037359640432c4f37c4186ba5ce329dfb8ab283eafde1e8b870a 0.21 MB 512 130
192,080 192,080 000000000000081f82e3065f0aac0193c9dc592ebe1ef45fa872e51e42b5ed2d 0.01 MB 32 11
192,079 192,079 00000000000004bbd9aa91e764c6a11cf273752ac9663c5a6fdb96e6d97ee91c 0.01 MB 32 55
192,078 192,078 000000000000024b63eb74a4211a421e273e1c380eebf78204373946565f7ecc 0.02 MB 57 214
192,077 192,077 00000000000004264f4febba3960568991b2fe16c31615f30ec8d9aa43e86583 0.00 MB 1 0
192,076 192,076 000000000000064d18c2d74a224a199577f6e7fbccd3056b7482a87805358ef6 0.10 MB 170 97
192,075 192,075 00000000000006da70930346a843a2ea07822d95f4e9fcbf392d59be02cef188 0.04 MB 69 75
192,074 192,074 00000000000004b277c6c8ba896fbc575ac63525f06b71853ae6b0050f8c5cc1 0.08 MB 165 100
192,073 192,073 000000000000046977084766e1bd15c825d8e0cc182e56ef96e057fe23b5185c 0.19 MB 481 176
192,072 192,072 00000000000006179329fa9b22f44d41620ebab4b36d76340d63a7c01e46eb65 0.04 MB 141 22
192,071 192,071 00000000000000dbb2dec700c2fe07bff39e7bf279bc1c4ef06c60d3e718fd61 0.03 MB 81 90
192,070 192,070 0000000000000550b6f7ce44361dbbcb6c924ed20d4394786d539548c0a66513 0.02 MB 62 2
192,069 192,069 000000000000048bece4d39454a787af9cbfd8f171af01065beac28d1dae709c 0.04 MB 111 114
192,068 192,068 00000000000000a583555164ec564e4428d66b3047c84410e0c473c96000186b 0.02 MB 56 104
192,067 192,067 000000000000053cac010e55fc2467dc12fa002f9b707ed7a365c1b09337400e 0.05 MB 106 135
Previous 10 blocks ↓
Total Size: 769.42 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,645.12 GB sent, 95.02 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.