Memory Pool Memory Pool Refreshing

2,460 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,791 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.80 vMB 2,457 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (12,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,083 895,083 0000000000000000000014d335a0b6e57440c59802e7aa3e198a3d4ddb7ab231 1.56 MB 2,875 3
895,082 895,082 000000000000000000020e8ea47da16a16aedc2515c8d0dfa8db07c725c8e430 1.73 MB 588 1
895,081 895,081 00000000000000000000435dd64b2315ec144f37d4063da079dfd30576d3b522 1.90 MB 1,666 2
895,080 895,080 000000000000000000007d8c03043869ce89bebf559e3110405ed38b1345d356 1.56 MB 3,641 3
895,079 895,079 000000000000000000008ba0b9b1bc96e45a4004ddb9692271a88aa97c4d3383 1.71 MB 3,178 2
895,078 895,078 00000000000000000002436714ea03c102b2eef2ba06f069ede941170e4eb0af 1.69 MB 2,505 2
895,077 895,077 0000000000000000000159166c9b4af0dbbeaa37bfa302b025e2bab47f2373c1 1.65 MB 3,199 3
895,076 895,076 000000000000000000014019615b556dd7d4ac4b2ed34ff19103711169c5f3e7 1.59 MB 3,958 9
895,075 895,075 000000000000000000014954a22676cce4a3a567af78bd5ae47e6b71923f3af9 1.49 MB 1,928 2
895,074 895,074 000000000000000000002f2059c0c3fc4e75c1a9f9285755977fd670a5162e84 1.75 MB 3,625 2
895,073 895,073 00000000000000000001c82784f64f139c0aaffeebfb36a3ea894fbb67924fd7 1.54 MB 3,583 4
895,072 895,072 00000000000000000001bb1c0aa7e2c789c4f957fc4e4e949bc2bc40a2761238 1.79 MB 4,156 2
895,071 895,071 0000000000000000000133a1c2cbb400c5a3f7cccb9fdfb43ac343bc27ae9435 1.65 MB 3,300 4
895,070 895,070 00000000000000000001757b617e2a0eb225b33d0167056821bae515c65e3763 1.61 MB 3,677 4
895,069 895,069 000000000000000000010435eda7f25bd962fffca912b1655b7b3467e9df3d15 1.70 MB 4,395 2
895,068 895,068 000000000000000000010e5355453f09a739cd3db8965952ea8fa59b7e3a2234 1.67 MB 3,829 2
895,067 895,067 000000000000000000008ccbb1958803123a35c60f4ecc00b32058ed015f0b14 1.63 MB 3,924 4
895,066 895,066 00000000000000000000bafd8ae988c070ff32d50f9b4c79490187995ffd792f 1.78 MB 2,641 1
895,065 895,065 00000000000000000001fb576833a962a337c61de30b6af883fa39eccf10faf7 1.76 MB 4,645 2
895,064 895,064 00000000000000000002451134ecf5a0527d5e5589ec581899221eee51900bd3 1.61 MB 4,050 4
895,063 895,063 0000000000000000000056b44a4fe928cb8a551666ad21207fc014154809e8f2 1.59 MB 4,115 2
Previous 10 blocks ↓
Total Size: 769.15 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,632.56 GB sent, 93.62 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.