Memory Pool Memory Pool Refreshing

5,926 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (628,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,840 278,840 0000000000000002b0b1442bd45cd711932d39f8e005ecc22d0164ea94d82d81 0.24 MB 424 39
278,839 278,839 0000000000000001c221c3bae7f8784892a2115c33f5a1ff1991c8bf4c43e93f 0.11 MB 159 62
278,838 278,838 00000000000000013fba5ce8d5e4cb348e81a98531d03f0ea7c786ee6b8c6476 0.13 MB 182 28
278,837 278,837 00000000000000016f569b32d29a04933f8830b2110e5d4c64e32903a34db169 0.09 MB 138 28
278,836 278,836 000000000000000018ff4e4babe50f89aa4cf68298bce5a74ecf298579c8bd66 0.06 MB 137 24
278,835 278,835 0000000000000000e5bc26e687817d1a1d45f8a25856fa43559e7f60ea463661 0.09 MB 139 34
278,834 278,834 00000000000000002f1003d49eab457bf34f984880d59cde4c7bc6bc284c2df2 0.14 MB 135 22
278,833 278,833 000000000000000287a64b83a14fcfd66310608f3e5a6c7260d3a09bcaa1ece2 0.15 MB 149 17
278,832 278,832 0000000000000002343f7194619ad28b65073d658b22d3a39a3a725886931b03 0.10 MB 159 29
278,831 278,831 00000000000000027b6a5d6a428a8ad2a4b1762081264a2ae80e1ab49a2f5439 0.08 MB 137 27
278,830 278,830 000000000000000038bca67c44b22f14d4a370b58354d6fe2e64ad7400cb61ce 0.26 MB 494 44
278,829 278,829 000000000000000206941a420bbe5454e0d5fd56bb96b5b6a5fae9f92aae11bc 0.03 MB 55 22
278,828 278,828 0000000000000000044856882eaf979de372362b9db8d72ab5794507f767b6bb 0.22 MB 400 78
278,827 278,827 0000000000000002fa2c43772f34ab3284803255fef5354755fa1568d66e4996 0.23 MB 188 23
278,826 278,826 00000000000000000b42bc9c984633db0c6ad39cb0772bf8ce4c0b0db788719a 0.25 MB 570 62
278,825 278,825 0000000000000002f44d55f94122b5bcd63ea458ca0a1dff7e42eb90ef022eab 0.26 MB 500 41
278,824 278,824 0000000000000000eaa79ae869861a6ee453b3bd041ccd686782deb7db87eb62 0.17 MB 337 35
278,823 278,823 00000000000000021f9bfca76b8d95f99001694e11cf9721f9ee85eef2c93400 0.09 MB 204 51
278,822 278,822 0000000000000000c019bc8bc022438c1e401e67136a870d90a99e751208382a 0.16 MB 263 37
278,821 278,821 0000000000000002126f30bdab0ec3a3c8b23bf555acb22ccb32a912fb5fe66b 0.06 MB 122 33
278,820 278,820 0000000000000002d2ab0b508c1c7d653695aa477a03aa52385eb45bf3c431aa 0.15 MB 105 13
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.28 GB sent, 93.32 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.