Memory Pool Memory Pool Refreshing

6,869 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
906,250 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 3,196 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,249 (38,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,884 867,884 000000000000000000011cd8726f8cb322fc127e2d972f30b84829ce4e3c56a1 1.98 MB 1,781 8
867,883 867,883 00000000000000000001cbcc8451f6c1e13ff553539a73c696177b6725085065 1.81 MB 3,050 5
867,882 867,882 000000000000000000000f01003712ffcd22c5a8685ca12fa4d718f9fd54de75 2.01 MB 1,053 7
867,881 867,881 00000000000000000002f057901468b093e6c2306e663ab60b3d9c913db4f8c7 1.66 MB 2,502 16
867,880 867,880 00000000000000000001c3addece0fd6ef1b8eb14a39fdf916ae41f40a33db91 1.68 MB 6,432 3
867,879 867,879 00000000000000000001f0a9a26e0ac1c235ea83ce449a46e25f19e9ccb17b8d 1.65 MB 7,351 2
867,878 867,878 000000000000000000027bb086b1300bf251b91ce7e775e4b8c0cf0b611e94b2 1.59 MB 6,502 3
867,877 867,877 0000000000000000000250b3595198ae6bb9e32e88c5bad835caab687e367259 1.70 MB 5,960 3
867,876 867,876 00000000000000000002308a956920e5c4e126c4d8655632a4480e58e385b6ab 1.66 MB 4,936 4
867,875 867,875 0000000000000000000164339c07b7cff22925bfc3bed0d70b44507238f3c723 1.60 MB 2,469 10
867,874 867,874 00000000000000000000a283cea78609b109ef5ff6002032cc59643dc01cde89 1.65 MB 6,321 3
867,873 867,873 00000000000000000002d81ed7263574e1ed2f785a4131c924aa9ede93bd6c93 1.68 MB 5,547 3
867,872 867,872 0000000000000000000064d810b1f5774a43842cd7804636c72a78affea4e79b 1.71 MB 4,692 5
867,871 867,871 00000000000000000000a76c65641e484eab9f8ef077b8e4369124136ed05547 1.89 MB 3,352 4
867,870 867,870 0000000000000000000035893db0506527cd8485dfc07efa04b349830943efe5 1.60 MB 2,756 4
867,869 867,869 000000000000000000024aeaac253907ad07e600cd88aa3a6ca38896a0da7d97 1.61 MB 3,058 5
867,868 867,868 00000000000000000000cf10a1c88335c24bc9bd2e20775f3ad1885907715a91 2.18 MB 2,933 4
867,867 867,867 000000000000000000001e563f4acfd2e8e9280a355bcd60f0e0b84693b3042e 2.02 MB 2,229 4
867,866 867,866 00000000000000000002bb6140faf354811d5a0cfb77d9d217a368925a54ad9c 1.60 MB 2,976 12
867,865 867,865 000000000000000000001f05cf81f0db1dfb3f27c2b91acd11f4f17bdacad91a 1.58 MB 2,725 5
867,864 867,864 0000000000000000000089477e464ff528fb2e1d28a1b2031bfb3dd6957039ae 1.66 MB 2,952 17
Previous 10 blocks ↓
Total Size: 766.36 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,438.00 GB sent, 79.17 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.