Memory Pool Memory Pool Refreshing

8,745 transactions
12.00 vMB
Show Random Selection Loading Transactions
Max Size: 69/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
881,814 000000000000000000029a8a0000000000000000000000000000000000000000 ago 1.00 vMB 2,907 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,813 (1,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,423 880,423 00000000000000000001387b6eaab27db34268a697844ae09d99df13c35af848 1.47 MB 3,814 10
880,422 880,422 000000000000000000001bcec0cc49ca980fae99610ba58e00141e6a6a9ebb2e 2.06 MB 312 1
880,421 880,421 000000000000000000023f6d68045e4e330ce02c10e7421b5de1978ec0b44553 1.76 MB 2,455 4
880,420 880,420 000000000000000000025fe606ec5bacdedcfe8e6748a426cbc43c3996b5d6a0 1.99 MB 453 1
880,419 880,419 0000000000000000000139f1ba420f13a4fd2fb9735c4ea98a9b662332caf582 1.64 MB 2,090 2
880,418 880,418 00000000000000000001c68ff3c7ffa9e8c5d10b237940e4973caa0bb3262f1b 1.68 MB 3,088 6
880,417 880,417 00000000000000000001f2ac13770abe60c3577b76c22851abe0384eb9590a13 1.61 MB 2,723 5
880,416 880,416 000000000000000000008d74717a2f34a359049d9547e6b36a0e7d3a4130eee0 1.84 MB 2,052 3
880,415 880,415 000000000000000000009730d1f7c397228f4113f4a2aad01d82426dea11f0bc 1.95 MB 1,192 2
880,414 880,414 00000000000000000001702e165359348ee1e28d0951d1e06ff79d99cee80a51 2.03 MB 1,385 2
880,413 880,413 0000000000000000000174e81a44a30513d9ac74fd63a193e434d04853614338 2.21 MB 810 1
880,412 880,412 0000000000000000000164b269672a50eb65688a04d7fee6db2dc5873cbe6ea9 1.78 MB 2,448 4
880,411 880,411 0000000000000000000186e23fa65d17541a51a826c8e82e257a7243b699a483 1.94 MB 1,057 2
880,410 880,410 000000000000000000020be11b977d3e4e1261b6aebb29b274d432df6d444155 3.45 MB 633 1
880,409 880,409 000000000000000000001cf09f2496a6abb51f11cb83f7bf56e349120a3dea4e 2.66 MB 492 1
880,408 880,408 000000000000000000002b30edb84871f287f50cce8d0ed835e1fbf78bd55a02 1.76 MB 2,880 5
880,407 880,407 00000000000000000000fe5e8d4e64105e8c9eb3cab3e23422b3e13d060238e4 1.91 MB 685 1
880,406 880,406 00000000000000000000320ea806e49f40b5f81ea33dbb6023d5095538ef93bf 1.74 MB 1,792 2
880,405 880,405 000000000000000000001f1c0b6459b3fd95f2ac16a01dee0ad88258329a2bb5 1.66 MB 1,935 4
880,404 880,404 00000000000000000002258961df7236d152e77f7c29ef693dc1d319a031da59 1.63 MB 1,882 3
880,403 880,403 000000000000000000010de1c501ca57e3605af9846602e8f187198046097216 1.78 MB 3,054 5
Previous 10 blocks ↓
Total Size: 722.06 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: 2,025.70 GB sent, 73.39 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.