Memory Pool Memory Pool Refreshing

2,640 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.87 vMB 2,634 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (50,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,842 856,842 00000000000000000002923da2d02f2c61abeea7794450fab1676d03f3f6f9d7 1.59 MB 6,342 3
856,841 856,841 00000000000000000001a48011d1b18ad7b9f077351a419135714fa17a59d55b 1.62 MB 4,398 4
856,840 856,840 000000000000000000005c37a75858f7fab847c0e163729e1a4b2c5a8e5b7fa6 1.48 MB 4,083 4
856,839 856,839 000000000000000000027c9d888012858fc45f0bf6f6f09f1fee509d7ec09201 1.57 MB 5,394 3
856,838 856,838 00000000000000000002dae73083e3cb70376ade5b6f332692c04af50116f766 1.56 MB 6,160 3
856,837 856,837 000000000000000000033cc5dd995b1af5c43347771568a34fc3ec1101e1ba24 1.45 MB 3,963 5
856,836 856,836 000000000000000000007617ab1e0b761c73d08d6d8b729235ab11fc0634ce00 1.56 MB 5,704 4
856,835 856,835 00000000000000000000ab967bcae03fa4a048355c325b7eddf6ddcbff4fc448 1.50 MB 3,363 3
856,834 856,834 00000000000000000000e5fcfaf275c4844f1ae945e18556c076915455cc106f 1.49 MB 2,033 7
856,833 856,833 0000000000000000000160d6821ae3f9c83e00c7ae075076f10b009fa3d8ec77 1.60 MB 6,552 3
856,832 856,832 000000000000000000002e0399d4b388c30827d288fb6ad6e3dddbe373d64c81 1.59 MB 4,173 5
856,831 856,831 0000000000000000000294572abc8337cba4f1d2c81c55a17cb59fbe6c5286a0 1.53 MB 4,936 4
856,830 856,830 000000000000000000032ca1d1e300e79531648f663802ac9cfac6b36dd4395a 1.57 MB 6,412 2
856,829 856,829 00000000000000000001ef605fa07aa3599510afec2b81c4fee1c1ac9f6e8b9f 1.60 MB 7,218 2
856,828 856,828 000000000000000000032678054dd07b481e11a09525a031866fe123f7ddf5bd 1.56 MB 3,785 4
856,827 856,827 00000000000000000000c58c1d68be5ff782e705ddabdd99034f189fbec409b7 1.51 MB 7,149 3
856,826 856,826 00000000000000000002f5daee207e7b9479c96f2ad470be649d567a477b3bfe 1.50 MB 3,407 5
856,825 856,825 00000000000000000000c0c835b1368e07ce5288d63b2d1feef1539f3f99d145 1.54 MB 4,152 5
856,824 856,824 0000000000000000000014b37410d3c92ea515161abef1c59fccc2441defc79a 1.51 MB 6,848 3
856,823 856,823 0000000000000000000005797ea9079031e2abf85c8613f91a04c76935ea238e 1.62 MB 3,928 3
856,822 856,822 000000000000000000000c03f96d9a0f71b9be0b90c77aba5dc4ddbdb70e487e 1.64 MB 2,944 7
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.