Memory Pool Memory Pool Refreshing

966 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 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
908,219 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 965 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,218 (840,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,863 67,863 000000000216ac1c1dfbcc14a074ee7bf9b40d060ba1430793bd28f1b68a9465 0.00 MB 1 0
67,862 67,862 000000000505a981e42b3724a45ff5fc0d7d7906da81ab371382ed0ff1a8aadf 0.00 MB 1 0
67,861 67,861 00000000048375763bc741d0e0ef495beb0bb3c2349b8bb1422d9c94c0bbc834 0.00 MB 3 0
67,860 67,860 000000000415856fd597e4d78cb516544f558ff298da6117ec9bceb24fdb7203 0.00 MB 2 0
67,859 67,859 00000000024f391ca9ccbd9eb3c2447978083e7548af689bd82b89089b6bb1d5 0.00 MB 1 0
67,858 67,858 000000000280ca0e0a56a8332a6d5651612a88fbac872ca3eb1f3474fb3aa4d6 0.00 MB 2 0
67,857 67,857 000000000497481c1ea9a81199d98f74f6af4d76b95e159de874804954f13e91 0.00 MB 3 0
67,856 67,856 0000000003bbf48c321b412a512ecd3e5832aad087b42898ce3a91c39174719a 0.00 MB 2 0
67,855 67,855 00000000005a393ed98b75fecb3640edcc05c01792ac87b57c0b6b17b4f9da92 0.00 MB 2 0
67,854 67,854 000000000285a7b1b076a192cfa4110d2083f1d500348cd8413e850005d42ce7 0.00 MB 2 0
67,853 67,853 000000000516a84f6699429cd7c1fdb1cf73f60f7832905b3668526969768b3c 0.00 MB 1 0
67,852 67,852 0000000005448193f2207b55b09540a3aeda298e640dc8fef538680fbe9a85f4 0.00 MB 3 3,875
67,851 67,851 0000000003d7cafbb1745a64cf8de1470089e3f1e4c2e517251fdc067cb6d486 0.00 MB 3 2,403
67,850 67,850 00000000037a0e2d1f1d1404cb8c303a0935e7ea46ed40b2d152203706058638 0.00 MB 3 0
67,849 67,849 0000000004b4a947df804a6d900eb105e7136f9f17320aefd2a5405de8d82ecd 0.00 MB 3 2,403
67,848 67,848 000000000336789218d0ab04411826ce6469a5b3378aca22e1f2d4adb0628652 0.00 MB 1 0
67,847 67,847 00000000040fbfebe3b159ef33d00f95b8bff28a533a5fc2087d9b0308215d27 0.00 MB 1 0
67,846 67,846 000000000199ef47709c6316e4e9acf36d4bb145ef476212c8df826e527aaf7d 0.00 MB 2 0
67,845 67,845 0000000001a229b3eb12536de589afe6c2f196820d0efc9ad53c831e7ae5400b 0.00 MB 1 0
67,844 67,844 000000000296461bfa89a9ec56c3109406e5c8bcf5d0a3d193878d9d3378b9e5 0.00 MB 10 841
67,843 67,843 0000000001c7f620ce3dde1ea6c2b80c642c8d0394005ca804ae9027a64ddfba 0.00 MB 3 1,510
Previous 10 blocks ↓
Total Size: 770.00 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,685.48 GB sent, 97.64 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.