Memory Pool Memory Pool Refreshing

6,662 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,918 (155,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,880 752,880 00000000000000000009062872d0c36a55c1567f729690ab0bcec191bb839605 0.90 MB 1,010 2
752,879 752,879 00000000000000000008a84121e301b547544a5489d15891ea8bbbcbbf8667ac 1.56 MB 2,664 10
752,878 752,878 0000000000000000000368ac4563510a99a1170497a8fa86037118a30b05fb5a 1.59 MB 3,226 18
752,877 752,877 000000000000000000065b42e97e991ed57273a47df5c4587d8242b6cb8a637d 1.33 MB 2,687 4
752,876 752,876 00000000000000000002bd22972af728f86bbdfffeca19cb84bd09f5956ce946 1.47 MB 3,434 20
752,875 752,875 0000000000000000000498f709c8feacb50e007b2eaaa1daaaf2f0fb7c2fb454 0.06 MB 152 11
752,874 752,874 00000000000000000002bb764e86595d901221ba755900856789ffd6538b59c0 0.13 MB 349 14
752,873 752,873 000000000000000000003fe8e2a3e11fd5abb82181f1ff710e122291f0793f17 1.72 MB 2,284 18
752,872 752,872 00000000000000000006213ae7cbf7a410c94c566fb245542bcbf7c71f178767 1.16 MB 2,147 9
752,871 752,871 000000000000000000048b267bbdd2e8114fd31ee2c552c0e7c47f4858385629 1.07 MB 670 11
752,870 752,870 0000000000000000000535d4be290e9878ab353ec70cb1479efb1a9058b8b384 0.52 MB 1,127 12
752,869 752,869 00000000000000000001279d380a8d33729f9502ed66e436cb92221105000e1d 0.07 MB 176 13
752,868 752,868 000000000000000000023331c3817233e49bb141216fea1a75a3643a04410bde 1.50 MB 2,646 10
752,867 752,867 0000000000000000000013df2a3de12946a776f3e267096466050671fa8be204 1.14 MB 1,978 10
752,866 752,866 0000000000000000000394fd63cd17c5387dd5fda41dae946693d6fab8657c88 1.48 MB 2,781 11
752,865 752,865 0000000000000000000261815666a877e90833fd134d0068c8d80ca1882d137a 0.63 MB 1,148 10
752,864 752,864 00000000000000000003a38fa5ec25d9954dc85dfe5a1de62f08a4efc6e9199a 1.00 MB 1,534 8
752,863 752,863 000000000000000000030581d2b599da0a851388238144bad572fc31dff84fe1 0.69 MB 996 10
752,862 752,862 00000000000000000006ddcb1dce362d689be5e25fe4e3deddc752a4521ee9ae 0.92 MB 2,043 12
752,861 752,861 00000000000000000005efeb9a503c1b471a26b1167ac79966bca57b026ef3eb 1.51 MB 2,524 10
752,860 752,860 00000000000000000004c0f24171aad9d9d99e21753894a1ecfa677f0105d98b 0.51 MB 721 8
Previous 10 blocks ↓
Total Size: 769.39 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,644.38 GB sent, 94.91 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.