Memory Pool Memory Pool Refreshing

5,398 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (792,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,895 114,895 0000000000004d39ae87faaa1843aba019444699623af740933850609f6edf49 0.01 MB 10 1,254
114,894 114,894 000000000000963b446158fbabfbd38b40a6dd88c214880ef3f2827996c4523a 0.02 MB 64 988
114,893 114,893 0000000000001b67defd8ebef78e248186a766d100ac4730a6de8c9fe55951fb 0.00 MB 14 931
114,892 114,892 0000000000001d6eb07686f3328d9dc3b5ef75129f698f16e3f0f4c755150544 0.00 MB 7 0
114,891 114,891 0000000000000db5cb3d1fe277555c39fa647d176af3512004d73bfc024b0c98 0.01 MB 17 894
114,890 114,890 0000000000006ba33b971343950cab6683b20b47bcf09af50cbb9f66e177b000 0.00 MB 13 1,444
114,889 114,889 000000000000bac85eedae5ff0bd4648225d7687f8b501114c96b526532c5221 0.00 MB 7 1,034
114,888 114,888 00000000000056686eddb91bc02fdf4ac75568b5995aeafef324764b64dfa8de 0.01 MB 35 1,400
114,887 114,887 00000000000085175d50a036bfe3b827c14e6e753093f5b3ff2b64b1600187e2 0.00 MB 7 777
114,886 114,886 00000000000080db05f6d7865656e876a6ff6911e2f2f405099e91afd6891a94 0.00 MB 14 1,824
114,885 114,885 0000000000008952ee83858e3e1d7e7688b9f18f845e0ddbce54ca6133087309 0.01 MB 15 550
114,884 114,884 000000000000c4935fbda2bcb953218708673ade9cb47b59e87f88e5f18668a5 0.00 MB 8 2,173
114,883 114,883 0000000000004a7107ea3fccd80500e90246fd1362ef5ebbf709e4cc77ba17af 0.00 MB 8 1,222
114,882 114,882 0000000000000f5c6947450dea47e865af898b2cadeb5f79e4fe7e6f33911e5c 0.00 MB 3 5,747
114,881 114,881 000000000000c45494fb71e9607c77313203e0ef4e02ce76d54dd42b6bad6744 0.01 MB 25 0
114,880 114,880 00000000000037b89611d1a2736dbfe3432653b34b16a60c67f948163b1b4d81 0.00 MB 12 1,013
114,879 114,879 0000000000007213264fbaae22ae037a02e2846f09e102102fa2bf1013a2b285 0.01 MB 26 1,087
114,878 114,878 000000000000058609f75dfd540f7f080ed63f1635cc7e1351f6e5b898b1c0ea 0.01 MB 13 440
114,877 114,877 00000000000009dced88ba64b716ee086f8e0fe45ef5cb7a437e7c992be6b6a8 0.00 MB 10 961
114,876 114,876 000000000000bb77d02388164a67d90e290eaee89aa7abdbd66b4d8459d51f70 0.00 MB 2 1,253
114,875 114,875 00000000000082fa18f0c9cbf6c76b102068df4eb66ff4d36b9954803ec7c25c 0.01 MB 32 162
Previous 10 blocks ↓
Total Size: 769.21 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,634.35 GB sent, 93.98 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.