Memory Pool Memory Pool Refreshing

3,077 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,949 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (355,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
552,932 552,932 0000000000000000000c6e0c753347fd4d71f1fd6cd55f461bbfccd6886f36a3 1.27 MB 2,976 12
552,931 552,931 0000000000000000001e9f559a4794ba476b81df52baf014eeb1387730872705 1.12 MB 1,371 21
552,930 552,930 0000000000000000002363b3563bd9823068b7c5eb787d409d62d3c3bdef17d9 1.22 MB 2,752 28
552,929 552,929 0000000000000000002fabceb90e86da354aff807865c6db717305f16b9a6a13 1.20 MB 2,577 23
552,928 552,928 0000000000000000002bab2a9d18570afae3db8ac1c36aa57f8cbb089f2c21ca 1.31 MB 3,134 47
552,927 552,927 00000000000000000004abd2db64a35865383c0fbb5f6fe6b27011237932a057 1.28 MB 2,937 36
552,926 552,926 00000000000000000021363e1128da21ca8ec355f6311156385a8de8331c59e8 1.25 MB 2,924 33
552,925 552,925 0000000000000000002433db16fb44adb50bd0e81fd7856629209edb6fc256cb 1.17 MB 1,791 32
552,924 552,924 00000000000000000006b319dd5eaeb30bc837f437826ed7d7e999d8b3fba4ae 1.13 MB 1,444 17
552,923 552,923 0000000000000000002b3822457e4ab31ee760b4b6e356182244293034fb9289 1.22 MB 2,506 29
552,922 552,922 0000000000000000001b8ef9cc3e04a7e21e935cc0322ea4fdd9e15c229f8b07 1.33 MB 2,634 42
552,921 552,921 00000000000000000003f016dba1a9bdf828890d69717ae05bdeb7d4e7745de9 1.24 MB 2,344 30
552,920 552,920 0000000000000000001ae853458382ee9696f84fae54dab4779a3af6d387c207 1.25 MB 2,283 28
552,919 552,919 0000000000000000002c7caa8a449fae2ecc06ae480833259ae81a4f14454ad0 1.22 MB 1,922 38
552,918 552,918 000000000000000000083960040146ae12b88163b9c392314821f0835725f1d9 1.18 MB 2,568 29
552,917 552,917 000000000000000000067e7a3f4ae9536413dc72e4f5bacd333626b40ecdfd8d 1.26 MB 2,828 28
552,916 552,916 0000000000000000002a8a1b28cc0e828e1d62cb0d0094711882cd0dbf5f0e24 1.19 MB 2,238 18
552,915 552,915 0000000000000000001574359b4e642d96d8572fa3fe85141eedf201f26e34a9 1.28 MB 3,073 41
552,914 552,914 00000000000000000017fd1c34ad5421e9903be0841ee7035b8b6ee6e03dc2df 1.31 MB 2,464 27
552,913 552,913 00000000000000000001ae59cfc8a7bc3bee5ecced52c4fa247995b9783dab8e 1.27 MB 3,255 47
552,912 552,912 0000000000000000000166589a1b0f34084a530f2ad6a05e12eabf46dbf9e4aa 1.25 MB 2,708 62
Previous 10 blocks ↓
Total Size: 769.56 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,649.31 GB sent, 95.75 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.