Memory Pool Memory Pool Refreshing

8,159 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,998 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (660,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,875 246,875 00000000000000949cbedcfc427db9245f00f7c5d3dc70d5bff2e0797049d428 0.19 MB 432 125
246,874 246,874 0000000000000085c8184b5dd6145b2033e7db7256d90368bc0fa5657354dc73 0.02 MB 56 149
246,873 246,873 00000000000000011b2530c9d5e710b2e09738cd1bc46089c03c45ae19395039 0.05 MB 92 148
246,872 246,872 00000000000000549df82a28fbb69870badd1359fe02f67a45fd4d3757b5be5d 0.03 MB 64 38
246,871 246,871 0000000000000008eed29bf1fc2a5685b5f682448952cf09c74cf59217770ab6 0.07 MB 155 62
246,870 246,870 000000000000009fb7de9dd0a4767e928c9003f3d616503be86dfb08bc4dcb13 0.25 MB 553 141
246,869 246,869 000000000000009a15768c7809d39e4b3d48d71d231a0cfe200480c0343ae524 0.23 MB 256 31
246,868 246,868 000000000000006833059dde0bf3cef7b6d9fb1f63a421efaab4a1f7e721d8dc 0.25 MB 534 140
246,867 246,867 000000000000009e510290b061434cc7e820d37367a6ee3161105941034231ac 0.25 MB 603 188
246,866 246,866 0000000000000012b76f720b2fc634ecd14e505e9557cfb3c5855dd8637ebc52 0.04 MB 83 42
246,865 246,865 000000000000008a0cb4fd8ef368041fbd5ae449f0dd401bebda6fe1081a76e2 0.25 MB 582 152
246,864 246,864 0000000000000080a4813bd625eb12d1f3b3871067d1db7ab337b741a662a255 0.04 MB 40 54
246,863 246,863 0000000000000043fa4f0df7b2ea334eab0694136786d92f772ed95e8fc21e6b 0.07 MB 174 117
246,862 246,862 0000000000000004e230e338a606aa86a8aa5d5f3dad13b9040120d512eade5a 0.21 MB 390 93
246,861 246,861 0000000000000016796a60bcda4d20004ef95b6cb0149dc2f9bc5647b0930473 0.25 MB 687 199
246,860 246,860 0000000000000041e27cb349f44d9cf74425f2184d06c6fb95ab49d440ba157d 0.08 MB 128 34
246,859 246,859 00000000000000258ed6df43a07658574b6d5a3859a285e5c440120d9dfc2dbb 0.17 MB 102 29
246,858 246,858 000000000000005ed62a6d56ccaa2d5bdc24553375988c05db9e6f6d99e09e62 0.04 MB 91 114
246,857 246,857 000000000000005008361393eb5ae645fa73ed3e0b8f5d774086d8f30fcc7eb7 0.07 MB 156 115
246,856 246,856 000000000000008998623a43073febf098ed12ec68cb4e6102a7504be5211358 0.06 MB 59 34
246,855 246,855 00000000000000718381332aa69fcbc20313e9a26f516de30e0c6ce4229aa22a 0.25 MB 569 129
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.