Memory Pool Memory Pool Refreshing

9,983 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,170 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (755,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,871 151,871 000000000000054a42e7777a37122ccb0f6654b9ae2d08d9315d2bfa634613a2 0.04 MB 106 149
151,870 151,870 00000000000006628f78355667390b808ad477abe876efa235a3ea2f32ed39fd 0.05 MB 106 6
151,869 151,869 00000000000000345957fcc9f6de3e649f389bbac2ac071de1969ba3b13de845 0.19 MB 100 70
151,868 151,868 0000000000000bd52d1ef6c14086a4b5f99be3eaa3d795dd77fae28b3711db55 0.05 MB 48 47
151,867 151,867 0000000000000d1c50281c1159ab0b8780d76413170ef28f97bf532c3f4476d9 0.05 MB 72 222
151,866 151,866 00000000000005ae53dfd90eba273ded6737391d7f067a6e6e0d7ccc034e6c04 0.02 MB 36 106
151,865 151,865 00000000000003dbdb683650707e276db679462104a1fb5eca0600fdbf6e47fb 0.00 MB 1 0
151,864 151,864 0000000000000035cb830829066b333345e2b49f6fad642ed5e146ee0522421d 0.03 MB 84 71
151,863 151,863 000000000000045ed0df8f53d05b5dea7b8a2816eb6275ac17c61350e9fd41c3 0.04 MB 105 145
151,862 151,862 000000000000008c4473b93b6c6a8f70c28ccfac7b37dc4b105e0ca4bce603f9 0.02 MB 63 62
151,861 151,861 0000000000000754cab517a1392d6b514817ec8323d8177131c0ddd70223a0a2 0.01 MB 32 222
151,860 151,860 00000000000003e49118a7c817bf9b839f5fbae1d4fa944c5efdd4ca1d97e644 0.04 MB 110 133
151,859 151,859 0000000000000700c86bee8122b6f844626c5d6cddf740118dcba84fa4701692 0.01 MB 15 51
151,858 151,858 0000000000000893153676ee8f7adc7d1ea73c46f1ccf8c329afdc26f4d77733 0.00 MB 16 70
151,857 151,857 00000000000000fb3bfada0096d8430db5892a2134e0715a83b0d9b32bac3514 0.02 MB 52 69
151,856 151,856 00000000000001b2c2eca93cf76fba08f23a39c5f1808dc48aadc864444f9cdb 0.02 MB 48 139
151,855 151,855 00000000000005ec226dd5e9b94d75b301c3d49c371a943e4b72bb9a98c34863 0.00 MB 13 99
151,854 151,854 0000000000000971161f853144f5d4ef9530b2d77ae44d3f230cc74715db2350 0.03 MB 85 124
151,853 151,853 00000000000006bb0300c771bb1e8a2a3637e56a4033ed0d89369d17fa393dc8 0.04 MB 111 90
151,852 151,852 0000000000000624a4404ea9aea9faecd5740b05035c2bfd360d73915f9e9060 0.04 MB 82 191
151,851 151,851 0000000000000d42d3ed2dbd631478e95d8d6fe64c077f71b70f8a042698d3a1 0.00 MB 9 163
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.68 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.