Memory Pool Memory Pool Refreshing

3,995 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,957 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,505 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,956 (620,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,432 287,432 00000000000000003695f368135f4aa3f53bb9ba5bd81e2fa71a1eb761d70f18 0.06 MB 128 91
287,431 287,431 00000000000000014dbaea127ad0b53e120dd31fcf6a28fa7b8037cc4359ca8c 0.25 MB 704 58
287,430 287,430 00000000000000008e231d02a2762e7e12afcbaea13d64ba27b1e9c336cc2104 0.25 MB 754 55
287,429 287,429 00000000000000012670a35229b00a2a190b08959525d1eae9c5cc0832464b70 0.35 MB 1,080 61
287,428 287,428 00000000000000015b92b011f4d7d4ee70f13bc1e397625c3c02ec5a620c6e6c 0.34 MB 615 35
287,427 287,427 0000000000000000daae02e5cfdca519ebad7ef40b8a36d5ba1fd69a723edcda 0.07 MB 130 28
287,426 287,426 0000000000000000bd83fbdec07ab214fa8d0c2fdbf100e8ac3c89b864225ee5 0.34 MB 784 52
287,425 287,425 00000000000000008aa32d3720c637113e5f65aa80b0732f2e4485823d1f0106 0.19 MB 346 32
287,424 287,424 0000000000000000f10651fc33a1cf4b639b25bfb39e2c2d776bfa824d7ff7a9 0.21 MB 403 38
287,423 287,423 0000000000000000210b10d620600dc1cc2380bb58eb2408f9767eb792ed31fa 0.04 MB 17 9
287,422 287,422 0000000000000001304c887630fd38330346a5a4c2201477a4141f7d4c45c68c 0.18 MB 270 31
287,421 287,421 0000000000000000224fa2c6b95efa8704546f89b792e26701ca85147e948013 0.11 MB 189 29
287,420 287,420 0000000000000000fe7c5ff9f3182f7a6b4464e90c3adc0be198abeb14c7f36a 0.03 MB 62 37
287,419 287,419 000000000000000007d043074392b1b623cb90b065cb22a82be6a1f8e40776bf 0.19 MB 297 29
287,418 287,418 0000000000000000a2575791374f2855ea240d999e5888a01b4d981e79628685 0.14 MB 256 29
287,417 287,417 0000000000000000f31e57826ef85ffa0bca775614d8806f67b11b50e6544be3 0.05 MB 51 29
287,416 287,416 0000000000000000b0c5515ed4857e388f7ce1f830e9119e84b702d9e0a11356 0.35 MB 605 28
287,415 287,415 00000000000000001673ab8bebfc20252f9bd456ab384eb5afd77567642dedbf 0.05 MB 55 87
287,414 287,414 00000000000000001e38545ff7b8b834c484509a2992a506f5ffe4fe77bf15b9 0.11 MB 228 34
287,413 287,413 0000000000000000fe683555785672ae6829df653c0711778503d5c913d3286b 0.25 MB 351 28
287,412 287,412 00000000000000013f2276661a53d6b9d46678bc185a3cf379dbad227c3e5730 0.39 MB 498 28
Previous 10 blocks ↓
Total Size: 769.46 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,646.23 GB sent, 95.27 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.